Skip to content

Commit

Permalink
update prebuild and bindings to hopefully solve Electron/node-abi pre…
Browse files Browse the repository at this point in the history
…build issue #293
  • Loading branch information
todbot committed Feb 14, 2019
1 parent ec2de0d commit b1b4be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "node-hid",
"description": "USB HID device access library",
"version": "0.7.6",
"version": "0.7.7",
"author": "Hans Hübner <hans.huebner@gmail.com> (https://github.com/hanshuebner)",
"bugs": "https://github.com/node-hid/node-hid/issues",
"homepage": "https://github.com/node-hid/node-hid#readme",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"license": "(MIT OR X11)",
"dependencies": {
"bindings": "^1.3.1",
"bindings": "^1.4.0",
"nan": "^2.12.1",
"prebuild-install": "^5.2.2"
"prebuild-install": "^5.2.4"
},
"devDependencies": {
"prebuild": "^8.1.2",
Expand Down

0 comments on commit b1b4be0

Please sign in to comment.