From e4a931be8989e8de603e715f02cac16ea527d284 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 20 Apr 2017 14:57:49 -0700 Subject: tooling: dev-dep-update should add shrinkwrap too --- scripts/dev-dep-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3