Skip to content

Commit

Permalink
fix: change types file import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Xutaotaotao committed Dec 4, 2023
1 parent 6065321 commit 054a1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react-swc": "^3.3.2",
"electron": "^26.2.0",
"electron-builder": "^24.6.4",
"electron-prokit": "^16.0.1",
"electron-prokit": "^16.1.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^26.2.0",
"electron-builder": "^24.6.4",
"electron-prokit": "^16.0.1",
"electron-prokit": "^16.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/electron-prokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
},
"description": "A desktop app framework based on Electron,develop desktop applications like a pro!",
"type": "module",
"types": "dist/src/index.d.ts",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"access": "public",
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 054a1fa

Please sign in to comment.