mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
fix up package.json
This commit is contained in:
parent
71d3468fd1
commit
a3ef8f712a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,14 +18,14 @@
|
|||
"email": "sami@samhuri.net",
|
||||
"url": "https://github.com/samsonjs/strftime/issues"
|
||||
},
|
||||
"main": "./strftime",
|
||||
"main": "./strftime.js",
|
||||
"engines": {
|
||||
"node": ">=0.2.0"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
||||
"url": "http://sjs.mit-license.org"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue