From 58dc383841ea82368fd18397b7d469b2cc78389d Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 10 Jan 2017 12:12:17 -0800 Subject: [PATCH] Rename shrinkwrap lifecycle for compatibility with npm@3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2316283f..4fed1ab7 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ ] }, "scripts": { - "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated", + "build-shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated", "test": "node test/run-tests.js" }, "keywords": ["uglify", "uglify-js", "minify", "minifier"]