Don't hide providers in node_modules

This commit is contained in:
Nick Farina
2015-07-08 08:33:55 -07:00
parent 0e9d237d03
commit 2fc6ff8010
2 changed files with 3 additions and 3 deletions

View File

@@ -84,6 +84,6 @@ export class Provider {
}
static get installedProvidersDir():string {
return path.join(Provider.userDir, ".homebridge/providers/node_modules");
return path.join(Provider.userDir, ".homebridge/providers");
}
}