Skip to content

Commit

Permalink
fixes the build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslopezj committed Mar 30, 2023
1 parent eebd76b commit 11bd49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justo-crisp",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"description": "Crisp POS",
"author": "nicolaslopezj",
Expand Down Expand Up @@ -40,11 +40,12 @@
"express": "^4.18.2",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0",
"dotenv": "^16.0.3",
"cors": "^2.8.5",
"body-parser": "^1.20.2",
"ws": "^8.13.0"
},
"devDependencies": {
"electron": "^23.2.0",
"electron-builder": "^23.6.0",
"@electron/notarize": "^1.2.3",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
Expand All @@ -54,9 +55,8 @@
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"electron": "^23.2.0",
"electron-builder": "^23.6.0",
"electron-builder-notarize": "^1.5.1",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",
Expand Down

0 comments on commit 11bd49d

Please sign in to comment.