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:
Lorenzo Alberto Maria Ambrosi 2018-10-04 23:07:08 +02:00
parent 941b5c9e45
commit 7e01eca7f5
3 changed files with 2064 additions and 2932 deletions

4992
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -36,7 +36,7 @@ describe('Spectron', function () {
before('app:start', function () {
app = new spectron.Application({
path: entrypoint,
port: 9998,
port: 9997,
args: [ '.' ]
})