Skip to content

Commit 9807dd1

Browse files
author
Dave Conway-Jones
committed
Update package.json
1 parent 4476c85 commit 9807dd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"url": "git+https://github.com/dceejay/electron-node-red.git"
2626
},
2727
"dependencies": {
28+
"electron-is-dev": "*",
29+
"express": "^4.17.1",
30+
"node-red": "1.0.3",
2831
"node-red-contrib-play-audio": "*",
2932
"node-red-contrib-web-worldmap": "*",
3033
"node-red-dashboard": "*",
3134
"node-red-node-base64": "*",
3235
"node-red-node-geofence": "*",
3336
"node-red-node-random": "*",
34-
"node-red-node-smooth": "*",
35-
"electron-is-dev": "*",
36-
"express": "^4.17.1",
37-
"node-red": "1.0.3"
37+
"node-red-node-smooth": "*"
3838
},
3939
"keywords": [
4040
"electron",
@@ -51,8 +51,8 @@
5151
},
5252
"homepage": "https://github.com/dceejay/electron-node-red#readme",
5353
"devDependencies": {
54-
"electron": "^7.1.1",
55-
"electron-builder": "^22.1.0"
54+
"electron": "^7.1.4",
55+
"electron-builder": "^21.2.0"
5656
},
5757
"build": {
5858
"appId": "com.electron.node-red",

0 commit comments

Comments
 (0)