diff options
| author | Chris Rebert <[email protected]> | 2014-06-19 10:47:55 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-19 11:46:37 -0700 |
| commit | 3c4ba2a08cef519f2135922f0549bf787cf3010d (patch) | |
| tree | 53ae06b7fa848e82f2b9b34765112b645e0cb3a8 /test-infra/S3Cachefile.json | |
| parent | d37b0ffa5f12a659e98a84f3f7d94c1fe1162405 (diff) | |
| download | bootstrap-3c4ba2a08cef519f2135922f0549bf787cf3010d.tar.xz bootstrap-3c4ba2a08cef519f2135922f0549bf787cf3010d.zip | |
Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation
Instead of our homegrown grunt/shrinkwrap.js
Fixes #13483.
New npm-shrinkwrap.json is human-readable but still in a consistent/stable format.
Should aid debugging, produce better diffs, and be less prone to merge conflicts
Diffstat (limited to 'test-infra/S3Cachefile.json')
| -rw-r--r-- | test-infra/S3Cachefile.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json index f5c011939..5335b2866 100644 --- a/test-infra/S3Cachefile.json +++ b/test-infra/S3Cachefile.json @@ -1,6 +1,6 @@ { "npm-modules": { - "key": "./npm-shrinkwrap.canonical.json", + "key": "./npm-shrinkwrap.json", "cache": "../node_modules", "generate": "./uncached-npm-install.sh" }, |
