8000 Port #20311 to v3 · williamjava/bootstrap@04036c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04036c3

Browse files
committed
Port twbs#20311 to v3
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]
1 parent fb75e86 commit 04036c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Twitter, Inc.",
1616
"scripts": {
1717
"change-version": "node grunt/change-version.js",
18-
"shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
18+
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
1919
"test": "grunt test"
2020
},
2121
"style": "dist/css/bootstrap.css",

0 commit comments

Comments
 (0)
0