]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move {test-infra=>grunt}/npm-shrinkwrap.json
authorChris Rebert <code@chrisrebert.com>
Thu, 24 Sep 2015 01:19:48 +0000 (18:19 -0700)
committerChris Rebert <code@chrisrebert.com>
Thu, 24 Sep 2015 06:26:23 +0000 (23:26 -0700)
Gruntfile.js
grunt/npm-shrinkwrap.json [moved from test-infra/npm-shrinkwrap.json with 100% similarity]

index e4d0e43e7c641a3274a61048275f41851ea9e1b5..dbcf935a82ac0d0980843e37be85b9fd8b459d5d 100644 (file)
@@ -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();