Merge pull request #79 from gabrielbazan7/fix/fsextra

add fs extra to package json
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-07 16:52:38 -03:00 committed by GitHub
commit 5226a7d9fb
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && node apply.js",
"preinstall": "bower install && npm i fs-extra && cd app-template && node apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",

View File

@ -88,7 +88,7 @@
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && node apply.js",
"preinstall": "bower install && npm i fs-extra && cd app-template && node apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",