aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/scripts/dev-dep-update
blob: c8c9604759165a41b94576d5394f5b2ae8901296 (plain)
1
2
3
4
5
6
7
#!/bin/bash
node . install --save --save-dev $1@$2 &&\
node scripts/gen-dev-ignores.js &&\
git add package.json package-lock.json &&\
git commit -m"$1@$2" &&\
node . repo $1 &&\
git commit --amend