From 4c7de5c265f12528af6dce4bf08e261ab4f2d882 Mon Sep 17 00:00:00 2001 From: Aril Spetalen Date: Sat, 26 May 2018 11:23:41 +0200 Subject: [PATCH] Fixing build breaking with node 9 on linux --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98706c55..40952cad 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "node": ">=0.8.x" }, "licenses": [ - { - "type": "MIT", - "url": "https://raw.githubusercontent.com/arvydas/blinkstick-node/master/LICENSE" - } + { + "type": "MIT", + "url": "https://raw.githubusercontent.com/arvydas/blinkstick-node/master/LICENSE" + } ], "main": "./blinkstick", "repository": { @@ -32,6 +32,6 @@ "url": "https://github.com/arvydas/blinkstick-node" }, "dependencies": { - "usb": "1.1.1" + "usb": "^1.1.1" } }