Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dev-dep-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev-dep-update b/scripts/dev-dep-update
index 6058cce94..b8b71f825 100755
--- a/scripts/dev-dep-update
+++ b/scripts/dev-dep-update
@@ -1,6 +1,6 @@
#!/bin/bash
node . install --save --save-dev $1@$2 &&\
-git add package.json &&\
+git add package.json npm-shrinkwrap.json &&\
git commit -m"$1@$2" &&\
node . repo $1 &&\
git commit --amend