mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-12 14:23:08 +01:00
Removed submodule for HAP-NodeJS and moved to NPM
It seemed to be easier all around to use NPM to manage the dependancy on HAP-NodeJS. This PR removes the submodule, and adjusts the paths of all checked in shims to reference the NPM module instead. I also updated the documentation to reflect the simpler install ;)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"url": "git://github.com/nfarina/homebridge.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"hap-nodejs": "git+https://github.com/khaost/HAP-NodeJS",
|
||||
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
|
||||
"request": "2.49.x",
|
||||
"node-persist": "0.0.x",
|
||||
|
||||
Reference in New Issue
Block a user