Fixed package.json

master
Rohan Vazarkar 2016-07-20 10:11:15 -04:00
parent 2aba5e4524
commit 4db75970ff
1 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,6 @@
"version": "0.1.0",
"main": "./main.js",
"productName": "Bloodhound",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron-packager": "^7.3.0",
"electron-prebuilt": "^1.2.7"
@ -19,6 +16,7 @@
"scripts": {
"postinstall": "install-app-deps",
"pack": "build --dir",
"dist": "build"
"dist": "build",
"start": "electron ."
}
}