Skip to content

Commit

Permalink
Bump node-hid dependency version to fix #68 (#69)
Browse files Browse the repository at this point in the history
* Bumped node-hid dependency version, since node-hid 0.5.* doesn't compile with node 10+.

* Bumped node-hid dependency version. Older version fails to compile.
  • Loading branch information
asaparov authored May 2, 2022
1 parent aad6124 commit 008fa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "./index.js",
"dependencies": {
"color": "^3.1.2",
"node-hid": "^1.2.0"
"node-hid": "^2.1.1"
},
"devDependencies": {
"mocha": "^7.1.1",
Expand Down

0 comments on commit 008fa04

Please sign in to comment.