Skip to content

Commit

Permalink
updated deps for electron
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Dec 10, 2020
1 parent f42c098 commit 34d2fb2
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 111 deletions.
6 changes: 3 additions & 3 deletions shells/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fulcro-inspect-electron",
"version": "3.0.2",
"version": "3.0.3",
"description": "Electron Version of Fulcro Inspect",
"homepage": "https://github.com/fulcrologic/fulcro-inspect",
"main": "js/background/main.js",
Expand All @@ -11,10 +11,10 @@
"license": "MIT",
"repository": "https://github.com:/fulcrologic/fulcro-inspect.git",
"dependencies": {
"cors": "^2.8.5",
"electron-settings": "^3.2.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"cors": "^2.8.5"
"express-ws": "^4.0.0"
},
"devDependencies": {
"electron": "^6.0.12",
Expand Down
Loading

0 comments on commit 34d2fb2

Please sign in to comment.