From: Chris Rebert Date: Thu, 24 Sep 2015 01:19:48 +0000 (-0700) Subject: Move {test-infra=>grunt}/npm-shrinkwrap.json X-Git-Tag: v4.0.0-alpha.2~294^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22f7beeada0c90e59cccd77695ff43a5c6e4fa1;p=thirdparty%2Fbootstrap.git Move {test-infra=>grunt}/npm-shrinkwrap.json --- 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