Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-03-24 09:56:46 +0300
committerChris Rebert <code@chrisrebert.com>2016-03-24 10:12:10 +0300
commit0af30aa65ea26c7b99075d2723851265cbc529db (patch)
tree73f3bf5efd80b1ae1100d0ccb737f7d1b4c9bb3b /package.json
parent1a906a8a1919215b0aa677983a87c98ddde80c1f (diff)
Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559
Ports #19604 to v3. Special thanks to @kikinteractive, @azer, and @npm.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7443a8c7ad..71383f2b06 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"author": "Twitter, Inc.",
"scripts": {
"change-version": "node grunt/change-version.js",
+ "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"test": "grunt test"
},
"style": "dist/css/bootstrap.css",
@@ -55,7 +56,6 @@
"grunt-saucelabs": "~8.6.2",
"load-grunt-tasks": "~3.4.1",
"markdown-it": "^6.0.0",
- "npm-shrinkwrap": "^200.4.0",
"shelljs": "^0.6.0",
"time-grunt": "^1.3.0"
},