Skip to content

Commit

Permalink
bump v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy Ivasyuv committed Apr 5, 2016
1 parent 6ee12df commit c331a44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ $ electron app/
## Create a build

```bash
$ npm run pack
$ npm run pack # create .app
$ npm run dist # create .dmg
```
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 @@
"private": true,
"name": "rotesonne.js",
"description": "Audio Player",
"version": "0.0.1",
"version": "0.0.2",
"author": "Alex Ivasyuv",
"productName": "RoteSonne@js",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rotesonne.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "Audio Player",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"ignore": "bundle.js.map",
"contents": [
{
"x": 410,
"x": 510,
"y": 220,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"x": 100,
"y": 220,
"type": "file"
}
Expand All @@ -58,8 +58,8 @@
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"electron-prebuilt": "",
"electron-builder": "next"
"electron-prebuilt": "^0.37.4",
"electron-builder": ""
},
"scripts": {
"postinstall": "./node_modules/.bin/install-app-deps",
Expand Down

0 comments on commit c331a44

Please sign in to comment.