-
- Downloads
Update all dependencies to the latest version, as they no longer install cleanly as-is.
{ | { | ||
"name": "augustctl", | "name": "augustctl", | ||
"version": "0.1.0", | "version": "0.1.1", | ||
"description": "Controller for August Smart Lock", | "description": "Controller for August Smart Lock", | ||
"author": "Dan Walters <dan@walters.io>", | "author": "Dan Walters <dan@walters.io>", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -15,11 +15,11 @@ | ... | @@ -15,11 +15,11 @@ |
"bluetooth" | "bluetooth" | ||
], | ], | ||
"dependencies": { | "dependencies": { | ||
"bluebird": "^2.3.10", | "bluebird": "^2.9.34", | ||
"debug": "^2.1.0", | "debug": "^2.2.0", | ||
"express": "^4.10.2", | "express": "^4.13.3", | ||
"morgan": "^1.5.0", | "morgan": "^1.6.1", | ||
"noble": "^0.3.6" | "noble": "^1.1.0" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
Please register or sign in to comment