Skip to content

Commit

Permalink
typo in manifest, bumping again
Browse files Browse the repository at this point in the history
  • Loading branch information
capotej committed May 28, 2011
1 parent 6b5afad commit b76a7be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,8 +1,7 @@
{ "name" : "ba"
, "description" : "web client benchmark tool (the opposite of ab)"
, "keywords" : [ "web client benchmark", "ab", "ba" ]
, "version" : "0.0.2"
, "preferGlobal" : true
, "version" : "0.0.3"
, "config" : { "publishtest" : false }
, "homepage" : "http://github.com/capotej/ba"
, "author" : "Julio Capote <jcapote@gmail.com> (http://www.juliocapote.com)"
Expand All @@ -19,7 +18,7 @@
, "bin" : "./bin"
}
, "main" : "ba"
, "bin" : "./bin/ba.js"
, "bin" : "./bin/ba"
, "dependencies" : { }
, "bundleDependencies" : []
, "devDependencies" : { }
Expand Down

0 comments on commit b76a7be

Please sign in to comment.