mirror of
https://github.com/samsonjs/format.git
synced 2026-04-27 14:57:39 +00:00
Fixed node version so we can use it with a 0.5.x :)
This commit is contained in:
parent
49548ba0ef
commit
1289b6ba20
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
, "directories" : { "lib" : "./lib" }
|
, "directories" : { "lib" : "./lib" }
|
||||||
, "main" : "./lib/index"
|
, "main" : "./lib/index"
|
||||||
, "engines" : { "node" : "0.4.x" }
|
, "engines" : { "node" : ">=0.4.x" }
|
||||||
, "licenses" :
|
, "licenses" :
|
||||||
[ { "type" : "MIT"
|
[ { "type" : "MIT"
|
||||||
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"
|
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue