From 0af41cee417ede5441959041ce79fcd5b538a5b8 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 15 Dec 2010 17:36:37 -0800 Subject: [PATCH] set node version to 0.2.x (not 0.3.x) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 119d08e..e2a8234 100644 --- a/package.json +++ b/package.json @@ -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 " , "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"