MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
370 stars 114 forks source link

Update prebuild-install, explicitly specify node-abi version #117

Closed NoahAndrews closed 4 years ago

NoahAndrews commented 4 years ago

This adds support for Electron 9. Explicitly specifying the node-abi version in package.json will make it easier to update node-abi in the future, which adds support for new versions of node and Electron.

MadLittleMods commented 4 years ago

Thanks for the updates @NoahAndrews 👍

MadLittleMods commented 4 years ago

This is now part of usb-detection@4.10.0 :tada:

https://www.npmjs.com/package/usb-detection

NoahAndrews commented 4 years ago

Thanks!