Skip to content

Commit

Permalink
define bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
E.Azer Koçulu committed May 22, 2012
1 parent 9343c00 commit b9a17f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
@@ -1,11 +1,14 @@
{
"name":"highkick",
"version":"1.5.0",
"version":"1.5.1",
"description":"Asynchronous, no-style, super simple testing tool.",
"author":"Azer Koculu <azer@kodfabrik.com>",
"keywords":["testing", "test"],
"directories":{ "lib": "./lib" },
"main":"./lib/highkick.js",
"bin":{
"highkick":"./bin/highkick"
},
"dependencies":{
"colors":"0.x"
},
Expand Down

0 comments on commit b9a17f6

Please sign in to comment.