mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Use fork of node-usb to disable libudev
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@resin.io>
This commit is contained in:
parent
941b5c9e45
commit
7e01eca7f5
4992
npm-shrinkwrap.json
generated
4992
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -95,7 +95,7 @@
|
||||
"sudo-prompt": "8.2.3",
|
||||
"udif": "0.13.0",
|
||||
"unbzip2-stream": "github:resin-io-modules/unbzip2-stream#core-streams",
|
||||
"usb": "github:tessel/node-usb#1.3.0",
|
||||
"usb": "github:resin-io/node-usb#1.3.5",
|
||||
"uuid": "3.0.1",
|
||||
"winusb-driver-generator": "1.2.1",
|
||||
"xml2js": "0.4.17",
|
||||
|
@ -36,7 +36,7 @@ describe('Spectron', function () {
|
||||
before('app:start', function () {
|
||||
app = new spectron.Application({
|
||||
path: entrypoint,
|
||||
port: 9998,
|
||||
port: 9997,
|
||||
args: [ '.' ]
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user