mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +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" }
|
||||
, "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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue