Make the bootloader timeout of the reenumerate script specifiable.

This commit is contained in:
László Monda
2018-05-16 23:19:36 +02:00
parent 17693ec8fe
commit eb97dd844f
5 changed files with 10 additions and 11 deletions

View File

@@ -1,14 +1,11 @@
{
"name": "uhk-usb",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/node": {
"version": "8.0.28",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.28.tgz",
"integrity": "sha512-HupkFXEv3O3KSzcr3Ylfajg0kaerBg1DyaZzRBBQfrU3NN1mTBRE7sCveqHwXLS5Yrjvww8qFzkzYQQakG9FuQ==",
"dev": true
"integrity": "sha512-HupkFXEv3O3KSzcr3Ylfajg0kaerBg1DyaZzRBBQfrU3NN1mTBRE7sCveqHwXLS5Yrjvww8qFzkzYQQakG9FuQ=="
},
"ansi-regex": {
"version": "2.1.1",

View File

@@ -1,4 +1,4 @@
import { cloneDeep, isEqual } from 'lodash-es';
import { cloneDeep, isEqual } from 'lodash';
import { Device, devices, HID } from 'node-hid';
import { CommandLineArgs, LogService } from 'uhk-common';