Resolve electron store build issue.
This commit is contained in:
10
package.json
10
package.json
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "bodyshop-desktop",
|
||||
"version": "1.0.0",
|
||||
"description": "An Electron application with React and TypeScript",
|
||||
"version": "0.0.1-alpha.1",
|
||||
"description": "Shop Management System Partner",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "example.com",
|
||||
"homepage": "https://electron-vite.org",
|
||||
"author": "Convenient Brands, LLC",
|
||||
"homepage": "https://convenient-brands.com",
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint --cache .",
|
||||
@@ -26,7 +26,7 @@
|
||||
"chokidar": "^4.0.3",
|
||||
"dbffile": "^1.12.0",
|
||||
"electron-log": "^5.3.2",
|
||||
"electron-store": "^10.0.1",
|
||||
"electron-store": "^8.2.0",
|
||||
"electron-updater": "^6.3.9",
|
||||
"i18next": "^24.2.2",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user