mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Move {test-infra=>grunt}/npm-shrinkwrap.json
This commit is contained in:
@@ -509,7 +509,7 @@ module.exports = function (grunt) {
|
|||||||
if (err) {
|
if (err) {
|
||||||
grunt.fail.warn(err);
|
grunt.fail.warn(err);
|
||||||
}
|
}
|
||||||
var dest = 'test-infra/npm-shrinkwrap.json';
|
var dest = 'grunt/npm-shrinkwrap.json';
|
||||||
fs.renameSync('npm-shrinkwrap.json', dest);
|
fs.renameSync('npm-shrinkwrap.json', dest);
|
||||||
grunt.log.writeln('File ' + dest.cyan + ' updated.');
|
grunt.log.writeln('File ' + dest.cyan + ' updated.');
|
||||||
done();
|
done();
|
||||||
|
Reference in New Issue
Block a user