mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Gruntfile.js: Add semicolon in "_update-shrinkwrap" task.
This commit is contained in:
parent
94472ee74a
commit
59171b3377
@ -467,7 +467,7 @@ module.exports = function (grunt) {
|
||||
var done = this.async();
|
||||
npmShrinkwrap({ dev: true, dirname: __dirname }, function (err) {
|
||||
if (err) {
|
||||
grunt.fail.warn(err)
|
||||
grunt.fail.warn(err);
|
||||
}
|
||||
var dest = 'test-infra/npm-shrinkwrap.json';
|
||||
fs.renameSync('npm-shrinkwrap.json', dest);
|
||||
|
Loading…
Reference in New Issue
Block a user