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