mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
update grunt-shell to 0.7.0
grunt: pass --allow-root to bower fixes #3232
This commit is contained in:
parent
d2cc9e5046
commit
371b6bcf54
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ var path = require('path'),
|
|||
// Used as part of `grunt init`. See the section on [Building Assets](#building%20assets) for more
|
||||
// information.
|
||||
bower: {
|
||||
command: path.resolve(__dirname.replace(' ', '\\ ') + '/node_modules/.bin/bower install'),
|
||||
command: path.resolve(__dirname.replace(' ', '\\ ') + '/node_modules/.bin/bower --allow-root install'),
|
||||
options: {
|
||||
stdout: true
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"grunt-es6-module-transpiler": "~0.6.0",
|
||||
"grunt-express-server": "~0.4.11",
|
||||
"grunt-mocha-cli": "~1.4.0",
|
||||
"grunt-shell": "~0.6.1",
|
||||
"grunt-shell": "~0.7.0",
|
||||
"grunt-update-submodules": "~0.4.0",
|
||||
"matchdep": "~0.3.0",
|
||||
"mocha": "~1.15.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue