diff options
| author | Chris Rebert <[email protected]> | 2014-01-26 20:46:14 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-26 20:46:14 -0800 |
| commit | 50ad304bb52b344828352e888b6f8ddc042ba176 (patch) | |
| tree | 5c3d2fb94e161490c3a989e4200810090564a853 /package.json | |
| parent | 16fd8cd01e73a4370b4370e42b627554c0b6cbcd (diff) | |
| parent | 5a3f1a90ba37a4d1c090dc1fa59b9f4501481adb (diff) | |
| download | bootstrap-50ad304bb52b344828352e888b6f8ddc042ba176.tar.xz bootstrap-50ad304bb52b344828352e888b6f8ddc042ba176.zip | |
Merge pull request #12315 from twbs/use-shrinkwrap
Do npm caching based on npm-shrinkwrap.canonical.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 20bb8b24c..40c4a81bb 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "devDependencies": { "browserstack-runner": "~0.0.15", "btoa": "~1.1.1", + "canonical-json": "~0.0.3", "grunt": "~0.4.2", "grunt-banner": "~0.2.0", "grunt-contrib-clean": "~0.5.0", @@ -42,6 +43,7 @@ "grunt-contrib-uglify": "~0.3.0", "grunt-contrib-watch": "~0.5.3", "grunt-csscomb": "~2.0.1", + "grunt-exec": "0.4.3", "grunt-html-validation": "~0.1.13", "grunt-jekyll": "~0.4.1", "grunt-jscs-checker": "~0.3.0", |
