Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Apr 1, 2018
1 parent bb2324e commit 47504a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pyro",
"version": "0.0.1",
"version": "0.1.0",
"description": "Pyro meets Soda",
"main": "src",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
"dist": "npm run compile && electron-builder",
"dist:dir": "npm run dist --dir -c.compression=store -c.mac.identity=null"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,8 +43,9 @@
},
"build": {
"appId": "xyz.sodalife.pyro",
"mac": {
"category": "xyz.sodalife.hardware"
"win": {
"target": "portable",
"icon": "build/icon.png"
},
"directories": {
"buildResources": "build"
Expand Down

0 comments on commit 47504a1

Please sign in to comment.