Pin libs; also not working under Node v4 yet

This commit is contained in:
Nick Farina
2015-09-26 14:07:25 -07:00
parent 89feadf509
commit be30d3d07a
3 changed files with 14 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "plugin-lockitron",
"version": "0.0.0",
"version": "0.0.1",
"description": "Lockitron Support for HomeBridge",
"license": "ISC",
"keywords": [
@@ -10,6 +10,6 @@
"homebridge": ">=0.0.0"
},
"dependencies": {
"basic-request": "^0.1.1"
"basic-request": "0.1.1"
}
}