mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Move {test-infra=>grunt}/npm-shrinkwrap.json
This commit is contained in:
parent
ca5c2457ee
commit
f22f7beead
2 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue