Better handling of custom plugin paths

This commit is contained in:
Nick Farina
2015-11-03 21:14:25 -08:00
parent 52d51c0fcf
commit 2470f26451
3 changed files with 12 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -P example-plugins/ || true"
},