chore: upgrade node-hid => 0.7.9 (#1011)

This commit is contained in:
Róbert Kiss
2019-08-14 17:10:39 +02:00
committed by László Monda
parent c3fec647b6
commit 905007a597
12 changed files with 3605 additions and 6533 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Device, devices } from 'node-hid';
import { readFile } from 'fs-extra';
import { EOL } from 'os';
import * as MemoryMap from 'nrf-intel-hex';
import MemoryMap from 'nrf-intel-hex';
import { LogService } from 'uhk-common';
import { Constants, UsbCommand } from './constants';