From b4a134568f5d5705c54b75400d3c405997d8f1de Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 13 Jan 2015 15:43:42 +0000 Subject: [PATCH] 0.0.5 --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c209884..bd9dd3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "timeoutify", "description": "Wraps a function with a handler to invoke a callback with an error if a timeout threshold is passed", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://github.com/achingbrain/timeoutify", "repository": { "type": "git", @@ -14,9 +14,7 @@ "test": "istanbul cover _mocha", "coveralls": "cat ./coverage/lcov.info | coveralls" }, - "dependencies": { - - }, + "dependencies": {}, "devDependencies": { "chai": "^1.0", "coveralls": "^2.8",