mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-15 15:26:31 +00:00
Merge pull request #2496 from resin-io/remove-libudev-dependency
Use fork of node-usb to disable libudev
This commit is contained in:
commit
47f81251d7
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