Add all modules and rebuild script

node-notifier
node-uuid
electron-packager
electron-rebuild
This commit is contained in:
Matt 2016-04-11 02:20:24 -04:00
parent 8120fb16a1
commit 5ca261f15d
2 changed files with 11 additions and 1 deletions

4
app/install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
npm install
./node_modules/.bin/electron-rebuild

View File

@ -23,6 +23,12 @@
}, },
"homepage": "https://github.com/sixteenmillimeter/mcopy#readme", "homepage": "https://github.com/sixteenmillimeter/mcopy#readme",
"devDependencies": { "devDependencies": {
"electron-prebuilt": "^0.37.5" "electron-packager": "^6.0.2",
"electron-prebuilt": "^0.37.5",
"electron-rebuild": "^1.1.3"
},
"dependencies": {
"node-notifier": "^4.5.0",
"node-uuid": "^1.4.7"
} }
} }