0
0
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:
vsn4ik 2014-07-11 03:42:09 +04:00
parent 94472ee74a
commit 59171b3377

View File

@ -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);