Skip to content

Commit

Permalink
chore(pkg): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xlsdg committed Aug 3, 2019
1 parent 7498c64 commit 81092cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "electron ./",
"build": "electron-packager . FlowerPassword --platform=darwin --arch=x64 --icon=images/FlowerPassword.icns --out=dist --overwrite --app-bundle-id=org.xlsdg.flowerpassword --app-version=$npm_package_version",
"publish": "publish-release --assets FlowerPassword.zip",
"release:minor": "npm version minor && make publish",
"release:major": "npm version major && make publish",
"release:minor": "npm version minor && make publish",
"release:patch": "npm version patch && make publish"
},
"repository": {
Expand Down

0 comments on commit 81092cc

Please sign in to comment.