Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
Added npm script for automating release
  • Loading branch information
cold-logic committed Aug 17, 2017
1 parent f377582 commit 4091b99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"productName": "Heos Controller",
"description": "Controller for Denon Heos speakers",
"author": "Christopher Davison",
"version": "1.0.1",
"version": "1.0.2",
"name": "heos-controller",
"main": "index.js",
"dependencies": {}
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"main": "gulpfile.js",
"scripts": {
"setup": "npm install;bower install",
"pack": "build --dir",
"dist": "build",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"release": "build",
"start": "electron app",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 4091b99

Please sign in to comment.