Skip to content

Commit

Permalink
electron in devdependencies for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 29, 2024
1 parent 8852bd6 commit 214073e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/sender-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"dependencies": {
"@faker-js/faker": "^9.1.0",
"electron": "^33.0.2",
"qrcode": "^1.5.4",
"socket.io-client": "^4.8.1",
"wrtc": "^0.4.7"
},
"devDependencies": {
"electron": "^33.0.2",
"electron-builder": "^25.1.8"
}
}
}

0 comments on commit 214073e

Please sign in to comment.