Merge pull request #2496 from resin-io/remove-libudev-dependency

Use fork of node-usb to disable libudev
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-10-09 11:42:17 +02:00 committed by GitHub
commit 47f81251d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: [ '.' ]
})