Skip to content

Commit

Permalink
Change build directory to match xo's defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaa123 committed Mar 30, 2016
1 parent 8a47d2c commit 2a97825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
bin
dist
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "xo",
"start": "electron main.js",
"package": "electron-packager . linear --platform=darwin --arch=all --version=0.35.4 --icon=src/assets/images/lrMacIcon.icns --out=bin --overwrite"
"package": "electron-packager . linear --platform=darwin --arch=all --version=0.35.4 --icon=src/assets/images/lrMacIcon.icns --out=dist --overwrite"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a97825

Please sign in to comment.