set node version to 0.2.x (not 0.3.x)

This commit is contained in:
Sami Samhuri 2010-12-15 17:36:37 -08:00
parent dc8763bd4e
commit 0af41cee41

View file

@ -1,7 +1,7 @@
{ "name" : "strftime" { "name" : "strftime"
, "description" : "strftime for JavaScript" , "description" : "strftime for JavaScript"
, "version" : "0.2.2" , "version" : "0.2.3"
, "homepage" : "http://samhuri.net/node/strftime" , "homepage" : "http://samhuri.net/proj/strftime"
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>" , "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
, "repository" : , "repository" :
{ "type" : "git" { "type" : "git"
@ -13,7 +13,7 @@
} }
, "directories" : { "lib" : "./lib" } , "directories" : { "lib" : "./lib" }
, "main" : "./lib/index" , "main" : "./lib/index"
, "engines" : { "node" : ">=0.3.0" } , "engines" : { "node" : ">=0.2.0" }
, "licenses" : , "licenses" :
[ { "type" : "MIT" [ { "type" : "MIT"
, "url" : "http://github.com/samsonjs/strftime/raw/master/LICENSE" , "url" : "http://github.com/samsonjs/strftime/raw/master/LICENSE"