Skip to content

Commit

Permalink
add /bin folder to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jul 22, 2011
1 parent d597378 commit 76e9175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies" : {"eyes": ">=0.1.6"},
"main" : "./lib/vows",
"bin" : { "vows": "./bin/vows" },
"directories" : { "test": "./test" },
"directories" : { "test": "./test", "bin": "./bin" },
"version" : "0.5.8",
"engines" : {"node": ">=0.2.6"}
}

0 comments on commit 76e9175

Please sign in to comment.