Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 2, 2024
1 parent aacf24e commit 5537dd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aij",
"productName": "AIJ",
"version": "0.0.4",
"version": "0.0.5",
"description": "AI Jobs",
"main": ".webpack/main",
"homepage": "https://algojobs.ca",
Expand All @@ -10,7 +10,9 @@
"package": "electron-forge package",
"make": "DEBUG=electron-osx-sign* electron-forge make --arch=x64 --platform",
"publish": "electron-forge publish --arch=x64 --platform",
"lint": "eslint --ext .ts,.tsx ."
"lint": "eslint --ext .ts,.tsx .",
"darwin": "yarn package && yarn make darwin && npm run publish darwin",
"linux": "yarn package && yarn make linux && npm run publish linux"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit 5537dd1

Please sign in to comment.