Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Oct 22, 2016
1 parent 850e879 commit 41e3e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"scripts": {
"start": "electron app/ --enable-logging",
"pack": "build --dir",
"dist": "build",
"dist": "build --x64",
"dist:ia32": "build --ia32",
"postinstall": "install-app-deps"
},
"devDependencies": {
Expand Down

0 comments on commit 41e3e56

Please sign in to comment.