Fixed node version so we can use it with a 0.5.x :)

This commit is contained in:
temsa 2011-07-28 12:53:14 +03:00
parent 49548ba0ef
commit 1289b6ba20

View file

@ -13,7 +13,7 @@
}
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/index"
, "engines" : { "node" : "0.4.x" }
, "engines" : { "node" : ">=0.4.x" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"