From 4b35ec0b7a0d54e360526e14a91f4582a7f2c852 Mon Sep 17 00:00:00 2001 From: Alistair Galbraith Date: Sat, 4 Jul 2015 06:55:23 -0700 Subject: [PATCH] Updated HAP-NodeJS to specific commit Added ISC license to silence npm :) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47dda96..ead28e2 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,9 @@ "type": "git", "url": "git://github.com/nfarina/homebridge.git" }, + "license": "ISC", "dependencies": { - "hap-nodejs": "git+https://github.com/khaost/HAP-NodeJS", + "hap-nodejs": "git+https://github.com/khaost/HAP-NodeJS#ff5d9f11deae7daf599723d8e2f350553a10645c", "ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local", "request": "2.49.x", "node-persist": "0.0.x",