mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +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"
|
||||
, "description" : "strftime for JavaScript"
|
||||
, "version" : "0.2.2"
|
||||
, "homepage" : "http://samhuri.net/node/strftime"
|
||||
, "version" : "0.2.3"
|
||||
, "homepage" : "http://samhuri.net/proj/strftime"
|
||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||
, "repository" :
|
||||
{ "type" : "git"
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "./lib/index"
|
||||
, "engines" : { "node" : ">=0.3.0" }
|
||||
, "engines" : { "node" : ">=0.2.0" }
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
, "url" : "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue