Fix -D flag

Fixes #376
This commit is contained in:
Nick Farina
2015-11-04 04:31:52 -08:00
parent 2470f26451
commit e3178e5fa4
2 changed files with 2 additions and 2 deletions

View File

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