From 3c4ba2a08cef519f2135922f0549bf787cf3010d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Jun 2014 10:47:55 -0700 Subject: 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 --- test-infra/S3Cachefile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-infra/S3Cachefile.json') 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" }, -- cgit v1.2.3