Skip to content

Commit

Permalink
remove cruft bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Oct 15, 2022
1 parent a32d4d5 commit cb16c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.16.15",
"version": "2.16.16",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand All @@ -17,8 +17,8 @@
"test:e2e": "ava __e2e__/*.e2e.js --timeout=120s -s",
"test-watch": "jest --watch",
"pack": "build --dir",
"release": "yarn assets && yarn dotenv npm exec electron-builder --publish always",
"release:mac": "yarn assets && yarn dotenv npm exec electron-builder --publish always --mac --x64 --arm64",
"release": "yarn assets && yarn electron-builder --publish always",
"release:mac": "yarn assets && yarn electron-builder --publish always --mac --x64 --arm64",
"dist": "yarn assets && dotenv yarn electron-builder",
"lint": "eslint -c .eslintrc ./app --ext .js,.jsx --ignore-pattern dist/",
"lint-fix": "eslint -c .eslintrc ./app --ext .js,.jsx --fix --ignore-pattern dist/",
Expand Down

0 comments on commit cb16c62

Please sign in to comment.