mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +00:00
add node version to 0.5.x
This commit is contained in:
parent
49548ba0ef
commit
aa2dbf5a78
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ "name" : "format"
|
||||
, "description" : "printf, sprintf, and vsprintf for JavaScript"
|
||||
, "version" : "0.1.1"
|
||||
, "version" : "0.1.2"
|
||||
, "homepage" : "http://samhuri.net/proj/format"
|
||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
||||
, "repository" :
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node" : "0.4.x" }
|
||||
, "engines" : { "node" : "0.4.x || 0.5.x" }
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
, "url" : "http://github.com/samsonjs/format/raw/master/LICENSE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue