mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
set node version to 0.2.x (not 0.3.x)
This commit is contained in:
parent
dc8763bd4e
commit
0af41cee41
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ "name" : "strftime"
|
{ "name" : "strftime"
|
||||||
, "description" : "strftime for JavaScript"
|
, "description" : "strftime for JavaScript"
|
||||||
, "version" : "0.2.2"
|
, "version" : "0.2.3"
|
||||||
, "homepage" : "http://samhuri.net/node/strftime"
|
, "homepage" : "http://samhuri.net/proj/strftime"
|
||||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||||
, "repository" :
|
, "repository" :
|
||||||
{ "type" : "git"
|
{ "type" : "git"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
, "directories" : { "lib" : "./lib" }
|
, "directories" : { "lib" : "./lib" }
|
||||||
, "main" : "./lib/index"
|
, "main" : "./lib/index"
|
||||||
, "engines" : { "node" : ">=0.3.0" }
|
, "engines" : { "node" : ">=0.2.0" }
|
||||||
, "licenses" :
|
, "licenses" :
|
||||||
[ { "type" : "MIT"
|
[ { "type" : "MIT"
|
||||||
, "url" : "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
, "url" : "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue