Skip to content

Commit

Permalink
feat: 🎸 v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
levidcd committed Jan 29, 2024
1 parent ea4bf6d commit 1cd68e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac",
"build:linux": "electron-vite build && electron-builder --linux"
"build:linux": "electron-vite build && electron-builder --linux",
"clean": "npx rimraf \"dist/!(*.exe|*.dmg)\""
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
Expand All @@ -33,6 +34,7 @@
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"electron": "^28.2.0",
"electron-builder": "^24.9.1",
"electron-vite": "^2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 1cd68e6

Please sign in to comment.