2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559

This commit is contained in:
Chris Rebert
2016-03-23 22:37:43 -07:00
parent d34a643621
commit 768dac2e87
2 changed files with 1 additions and 18 deletions
+1 -1
View File
@@ -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",
@@ -62,7 +63,6 @@
"is-travis": "^1.0.0",
"load-grunt-tasks": "^3.4.0",
"mq4-hover-shim": "^0.3.0",
"npm-shrinkwrap": "^200.1.0",
"shelljs": "^0.6.0",
"time-grunt": "^1.2.1"
},