From b1b4be0d51b6b439930dfd3c32d026f742e7a586 Mon Sep 17 00:00:00 2001 From: "Tod E. Kurt" Date: Thu, 14 Feb 2019 10:47:38 -0800 Subject: [PATCH] update prebuild and bindings to hopefully solve Electron/node-abi prebuild issue #293 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index da7bb2e..afa9f84 100644 --- a/package.json +++ b/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 (https://github.com/hanshuebner)", "bugs": "https://github.com/node-hid/node-hid/issues", "homepage": "https://github.com/node-hid/node-hid#readme", @@ -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",