Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jun 20, 2018
1 parent 2ee59dd commit c8c8805
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "esteem-surfer",
"productName": "eSteem Surfer",
"description": "eSteem desktop application reimagined for Windows, Mac, Linux users, start earning cryptocurrency!",
"version": "1.0.3",
"version": "1.0.5",
"private": true,
"author": "eSteem <[email protected]>",
"copyright": "© 2018, eSteem",
Expand Down Expand Up @@ -96,10 +96,7 @@
"test": "npm run unit && npm run e2e",
"start": "node build/start.js",
"release": "bower install && webpack --config=build/webpack.app.config.js --env=production && electron-builder -mwl",
"package": "build -mwl",
"sign-mac": "bower install && webpack --config=build/webpack.app.config.js --env=production && electron-builder -m",
"sign-win": "bower install && webpack --config=build/webpack.app.config.js --env=production && electron-builder -w",
"sign-linux": "bower install && webpack --config=build/webpack.app.config.js --env=production && electron-builder -l"
"package": "build -mwl"
},
"dependencies": {
"angular": "1.6.9",
Expand Down

0 comments on commit c8c8805

Please sign in to comment.