Skip to content

Commit

Permalink
Port twbs#20311 to v3
Browse files Browse the repository at this point in the history
Rename shrinkwrap-related npm script (twbs#20311)

To avoid infinite recursion in newer npm versions, which added a lifecycle script for `npm shrinkwrap`.
Refs npm/npm#13253
Refs npm/npm#12814

[ci skip]
  • Loading branch information
cvrebert authored and chiragatlas committed Apr 8, 2019
1 parent 1356262 commit bc87d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Twitter, Inc.",
"scripts": {
"change-version": "node grunt/change-version.js",
"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": "grunt test"
},
"style": "dist/css/bootstrap.css",
Expand Down

0 comments on commit bc87d70

Please sign in to comment.