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" } }