Skip to content

Commit a0651ac

Browse files
author
Akos Kitta
committed
fix: removed electron-builder resolution
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 54d4bdf commit a0651ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electron/build/template-package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"main": "scripts/arduino-ide-electron-main.js",
33
"author": "Arduino SA",
44
"resolutions": {
5-
"**/fs-extra": "^4.0.3",
6-
"electron-builder": "23.0.2"
5+
"**/fs-extra": "^4.0.3"
76
},
87
"dependencies": {
98
"node-log-rotate": "^0.1.5"

0 commit comments

Comments
 (0)