From b76a7be6aad3c57303a8b35823b729c09cb86375 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 28 May 2011 15:29:12 -0700 Subject: [PATCH] typo in manifest, bumping again --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 056a3d2..b543947 100644 --- a/package.json +++ b/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 (http://www.juliocapote.com)" @@ -19,7 +18,7 @@ , "bin" : "./bin" } , "main" : "ba" -, "bin" : "./bin/ba.js" +, "bin" : "./bin/ba" , "dependencies" : { } , "bundleDependencies" : [] , "devDependencies" : { }