Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Bohan Cheng <[email protected]>
  • Loading branch information
cbh778899 authored Sep 15, 2024
1 parent edda618 commit 1bb4199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"name": "Bohan Cheng",
"email": "[email protected]"
},
"version": "0.1.0",
"version": "0.1.9",
"main": "electron.js",
"scripts": {
"dev": "npm run start & npm run electron",
"start": "vite",
"build": "vite build",
"build-electron": "electron-builder -c",
"build-electron": "electron-builder -p always -c",
"lint": "eslint .",
"preview": "vite preview",
"electron": "electron ."
Expand Down

0 comments on commit 1bb4199

Please sign in to comment.