mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Port #20311 to v3
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]
This commit is contained in:
parent
fb75e8615a
commit
04036c349f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user