diff options
| author | Chris Rebert <[email protected]> | 2015-09-23 18:19:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-23 23:26:23 -0700 |
| commit | f22f7beeada0c90e59cccd77695ff43a5c6e4fa1 (patch) | |
| tree | 67f02b91dff3bae006f264989e92f17b98c4425a | |
| parent | ca5c2457ee97468a37d5ffa683b849b8d27ec2ed (diff) | |
| download | bootstrap-f22f7beeada0c90e59cccd77695ff43a5c6e4fa1.tar.xz bootstrap-f22f7beeada0c90e59cccd77695ff43a5c6e4fa1.zip | |
Move {test-infra=>grunt}/npm-shrinkwrap.json
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | grunt/npm-shrinkwrap.json (renamed from test-infra/npm-shrinkwrap.json) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index e4d0e43e7..dbcf935a8 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 index f83dddf9e..f83dddf9e 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/grunt/npm-shrinkwrap.json |
