aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-12 12:41:51 -0800
committerChris Rebert <[email protected]>2014-12-12 13:21:49 -0800
commitf2ecc775620dc67f97179536d4638c9af6e1f9dc (patch)
tree4b81219986addb0c87a882dede92801e2e8cf119
parentf9db33d7dbc464a71d2143e3dd323fd7db47773b (diff)
downloadbootstrap-f2ecc775620dc67f97179536d4638c9af6e1f9dc.tar.xz
bootstrap-f2ecc775620dc67f97179536d4638c9af6e1f9dc.zip
use npm-shrinkwrap ^200.0.0 ; fixes #15279
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8f4f3aa0e..791d3bb51 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"grunt-saucelabs": "~8.3.3",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~1.0.0",
- "npm-shrinkwrap": "5.0.0",
+ "npm-shrinkwrap": "^200.0.0",
"remarkable": "~1.4.2",
"time-grunt": "~1.0.0"
},