Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 13, 2015
1 parent 9f251e2 commit b4a1345
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,9 +14,7 @@
"test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {

},
"dependencies": {},
"devDependencies": {
"chai": "^1.0",
"coveralls": "^2.8",
Expand Down

0 comments on commit b4a1345

Please sign in to comment.