Skip to content

Commit

Permalink
Merge branch 'main' of github.com:liou666/polyglot
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed Apr 3, 2023
2 parents b53f17b + c2010c6 commit cf0e1f9
Show file tree
Hide file tree
Showing 8 changed files with 1,952 additions and 379 deletions.
2 changes: 1 addition & 1 deletion electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "Polyglot",
"appId": "com.liou666.polyglot",
"productName": "Polyglot",
"asar": true,
"icon": "public/favicon.ico",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s 0"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
Expand All @@ -36,6 +37,7 @@
"@iconify-json/ic": "^1.1.13",
"@liou666/eslint-config-vue": "^0.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"conventional-changelog-cli": "^2.2.2",
"electron": "^23.1.1",
"electron-builder": "^23.6.0",
"eslint": "^8.36.0",
Expand Down
Loading

0 comments on commit cf0e1f9

Please sign in to comment.