diff options
| author | XhmikosR <[email protected]> | 2014-11-13 21:58:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-13 22:01:12 +0200 |
| commit | 13d2a03379711479b87f7645a5dd305a92d494a5 (patch) | |
| tree | e267f1cf101882e640651c4f45bbb028ee191b7b /package.json | |
| parent | 806490499a9c204071cae322cfbc6a47caed8c02 (diff) | |
| download | bootstrap-13d2a03379711479b87f7645a5dd305a92d494a5.tar.xz bootstrap-13d2a03379711479b87f7645a5dd305a92d494a5.zip | |
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.
Fixes #15105.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e85b25d25..5906a6620 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-saucelabs": "~8.3.2", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", - "npm-shrinkwrap": "~5.1.0", + "npm-shrinkwrap": "5.0.0", "remarkable": "~1.4.0", "time-grunt": "~1.0.0" }, |
