From f22f7beeada0c90e59cccd77695ff43a5c6e4fa1 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Wed, 23 Sep 2015 18:19:48 -0700
Subject: [PATCH] Move {test-infra=>grunt}/npm-shrinkwrap.json

---
 Gruntfile.js                              | 2 +-
 {test-infra => grunt}/npm-shrinkwrap.json | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {test-infra => grunt}/npm-shrinkwrap.json (100%)

diff --git a/Gruntfile.js b/Gruntfile.js
index e4d0e43e7c..dbcf935a82 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -509,7 +509,7 @@ module.exports = function (grunt) {
       if (err) {
         grunt.fail.warn(err);
       }
-      var dest = 'test-infra/npm-shrinkwrap.json';
+      var dest = 'grunt/npm-shrinkwrap.json';
       fs.renameSync('npm-shrinkwrap.json', dest);
       grunt.log.writeln('File ' + dest.cyan + ' updated.');
       done();
diff --git a/test-infra/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
similarity index 100%
rename from test-infra/npm-shrinkwrap.json
rename to grunt/npm-shrinkwrap.json
-- 
GitLab