Skip to content

Commit

Permalink
Update package.json and package_win.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FDT2k committed Aug 7, 2023
1 parent 01c2cbe commit 800889f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bia-manager-electron",
"main": "packages/electron/dist/index.cjs",
"version": "1.0.19",
"version": "1.0.20",
"author": "Karsegard Digital Agency",
"repository": "https://github.com/FDT2k/bia-manager",
"scripts": {
Expand Down
10 changes: 3 additions & 7 deletions package_win.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bia-manager-electron",
"main": "packages/electron/dist/index.cjs",
"version": "1.0.19",
"version": "1.0.20",
"author": "Karsegard Digital Agency",
"repository": "https://github.com/FDT2k/bia-manager",
"scripts": {
Expand Down Expand Up @@ -58,10 +58,6 @@
"object-hash": "^2.2.0",
"sass": "^1.38.2"
},
"browserslist": [
"Chrome 91"
],
"workspaces": [
"packages/*"
]
"browserslist": ["Chrome 91"],
"workspaces": ["packages/*"]
}

0 comments on commit 800889f

Please sign in to comment.