Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-09-24 04:19:48 +0300
committerChris Rebert <code@chrisrebert.com>2015-09-24 09:26:23 +0300
commitf22f7beeada0c90e59cccd77695ff43a5c6e4fa1 (patch)
tree67f02b91dff3bae006f264989e92f17b98c4425a
parentca5c2457ee97468a37d5ffa683b849b8d27ec2ed (diff)
Move {test-infra=>grunt}/npm-shrinkwrap.json
-rw-r--r--Gruntfile.js2
-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 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
index f83dddf9e4..f83dddf9e4 100644
--- a/test-infra/npm-shrinkwrap.json
+++ b/grunt/npm-shrinkwrap.json