diff options
| author | Chris Rebert <[email protected]> | 2016-07-16 14:12:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-16 14:12:49 -0700 |
| commit | 1a4e48e3295ff8581903a6748d8bdb796a550356 (patch) | |
| tree | b5bbae65d64fc37f682109b580158e55628324cf | |
| parent | 0cf5204a48157b41420e60d8a71ac0ddbb968ab5 (diff) | |
| download | bootstrap-1a4e48e3295ff8581903a6748d8bdb796a550356.tar.xz bootstrap-1a4e48e3295ff8581903a6748d8bdb796a550356.zip | |
Rename shrinkwrap-related npm script (#20311)
To avoid infinite recursion in newer npm versions, which added a lifecycle script for `npm shrinkwrap`.
Refs https://github.com/npm/npm/issues/13253
Refs https://github.com/npm/npm/pull/12814
[ci skip]
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2d6b598d2..38d6b87bf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/", "postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css", "postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css", - "shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", + "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", "test": "npm run eslint && npm run jscs && grunt test" }, "style": "dist/css/bootstrap.css", |
