From afafcc07dd996e510ade3cba6f63a7a78bb8ceff Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 5 Nov 2011 15:54:28 -0700 Subject: [PATCH] node v0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22e8323..cf0ed4c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ } , "directories" : { "lib" : "./lib" } , "main" : "./lib/index" -, "engines" : { "node" : "0.4.x || 0.5.x" } +, "engines" : { "node" : "0.4.x - 0.6.x" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"