diff options
| author | Chris Rebert <[email protected]> | 2016-03-23 23:54:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-23 23:54:23 -0700 |
| commit | 29552226bbf5caa3d3db8960b856ff47115cfcf8 (patch) | |
| tree | f65fd20094bd75e9a77c220220a5ea4ea8975b59 /package.json | |
| parent | d34a6436212629937cd62bfb8226bb9aff6fff45 (diff) | |
| parent | f30be4a7e5f7461497a5c72f78b412414816aaa5 (diff) | |
| download | bootstrap-29552226bbf5caa3d3db8960b856ff47115cfcf8.tar.xz bootstrap-29552226bbf5caa3d3db8960b856ff47115cfcf8.zip | |
Merge pull request #19604 from twbs/fix-18559
Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap
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 394b9cd7c..e09ce0352 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", @@ -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" }, |
