mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
update package.json
This commit is contained in:
parent
0a3d8532d3
commit
65605e536f
1 changed files with 4 additions and 4 deletions
|
|
@ -2,14 +2,14 @@
|
|||
, "description" : "strftime for JavaScript"
|
||||
, "version" : "0.4.0"
|
||||
, "homepage" : "http://samhuri.net/proj/strftime"
|
||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
||||
, "repository" :
|
||||
{ "type" : "git"
|
||||
, "url" : "http://github.com/samsonjs/strftime.git"
|
||||
, "url" : "https://github.com/samsonjs/strftime.git"
|
||||
}
|
||||
, "bugs" :
|
||||
{ "mail" : "sami.samhuri+strftime@gmail.com"
|
||||
, "web" : "http://github.com/samsonjs/strftime/issues"
|
||||
{ "mail" : "sami@samhuri.net"
|
||||
, "web" : "https://github.com/samsonjs/strftime/issues"
|
||||
}
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "./lib/index"
|
||||
|
|
|
|||
Loading…
Reference in a new issue