Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Oct 12, 2022
1 parent 7a9c933 commit 8bf2649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hero-dashboard",
"version": "0.6.5",
"version": "0.7.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -17,11 +17,10 @@
"test:unit": "vue-cli-service test:unit",
"test": "npm run test:unit",
"lint": "vue-cli-service lint",
"preelectron:build": "npm run lint",
"preelectron:build": "npm run electron:generate-icons",
"electron:build": "vue-cli-service electron:build --publish=never",
"electron:serve": "vue-cli-service electron:serve localhost",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"preelectron:build": "npm run electron:generate-icons",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"version": "npm run electron:build",
Expand Down

0 comments on commit 8bf2649

Please sign in to comment.