Skip to content

Commit

Permalink
removed extra comma in package.json
Browse files Browse the repository at this point in the history
Fixed JSON formatting in package.json by removing trailing comma
  • Loading branch information
davidferguson committed Sep 19, 2016
1 parent f01db0b commit c9b045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "electron .",
"build-mac": "find . -name .DS_Store -depth -exec rm {} \\; && npm dedupe && electron-packager ./ PiBakery --platform=darwin --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.0 --icon=./app/img/icon.icns",
"build-win": "npm dedupe && electron-packager ./ PiBakery --platform=win32 --arch=ia32 --version=1.3.2 --overwrite --prune --app-version=0.3.0 --icon=./app/img/icon.ico",
"build-linux": "find . -name .DS_Store -depth -exec rm {} \\; && npm dedupe && electron-packager ./ PiBakery --platform=linux --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.0 --icon=./app/img/icon.icns",
"build-linux": "find . -name .DS_Store -depth -exec rm {} \\; && npm dedupe && electron-packager ./ PiBakery --platform=linux --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.0 --icon=./app/img/icon.icns"
},
"optionalDependencies": {
"elevator": "^1.0.0",
Expand Down

0 comments on commit c9b045f

Please sign in to comment.