Skip to content

Commit

Permalink
Version bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Mar 25, 2011
1 parent 24657e4 commit 8375357
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "hooks",
"description": "Adds pre and post hook functionality to your JavaScript methods.",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [ "node", "hooks", "middleware", "pre", "post" ],
"homepage": "https://github.com/bnoguchi/hooks-js/",
"repository": {
Expand All @@ -17,9 +17,11 @@
"test": "make test"
},
"dependencies": {
"expresso": ">= 0.7.2",
"underscore": ">=1.1.4"
},
"devDependencies": {
"expresso": ">= 0.7.3"
},
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit 8375357

Please sign in to comment.