fix: move nut-js to optional spec deps (#41199)
This commit is contained in:
parent
e4d5dc138f
commit
12870cafb7
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
"@electron-ci/is-valid-window": "file:./is-valid-window",
|
"@electron-ci/is-valid-window": "file:./is-valid-window",
|
||||||
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
||||||
"@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
"@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
||||||
"@nut-tree/nut-js": "^3.1.2",
|
|
||||||
"@types/sinon": "^9.0.4",
|
"@types/sinon": "^9.0.4",
|
||||||
"@types/ws": "^7.2.0",
|
"@types/ws": "^7.2.0",
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "^2.0.1",
|
||||||
|
@ -39,6 +38,9 @@
|
||||||
"ws": "^7.4.6",
|
"ws": "^7.4.6",
|
||||||
"yargs": "^16.0.3"
|
"yargs": "^16.0.3"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"@nut-tree/nut-js": "^3.1.2"
|
||||||
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"nan": "file:../../third_party/nan",
|
"nan": "file:../../third_party/nan",
|
||||||
"dbus-native/optimist/minimist": "1.2.7",
|
"dbus-native/optimist/minimist": "1.2.7",
|
||||||
|
|
Loading…
Reference in a new issue