Skip to content

Commit

Permalink
Fix: Module Error
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeeLake committed Jan 2, 2024
1 parent 30c90b7 commit 3e5f117
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 34 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bsky-electron",
"version": "v0.2.0",
"version": "v0.2.1",
"description": "Bluesky Electron Client",
"keywords": [
"Bluesky"
Expand All @@ -24,10 +24,12 @@
"release": "electron-builder",
"type-check": "tsc -p ./src/tsconfig.json"
},
"dependencies": {
"electron-store": "^8.1.0"
},
"devDependencies": {
"electron": "^28.1.0",
"electron-builder": "^24.9.1",
"electron-store": "^8.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
59 changes: 27 additions & 32 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 3e5f117

Please sign in to comment.