add fs extra to package json

This commit is contained in:
Gabriel Bazán 2016-09-07 15:34:48 -03:00
parent 413c1fc8a3
commit 8e5a9232de
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",