mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +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",
|
"email": "sami@samhuri.net",
|
||||||
"url": "https://github.com/samsonjs/strftime/issues"
|
"url": "https://github.com/samsonjs/strftime/issues"
|
||||||
},
|
},
|
||||||
"main": "./strftime",
|
"main": "./strftime.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.2.0"
|
"node": ">=0.2.0"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
"type": "MIT",
|
"type": "MIT",
|
||||||
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
|
"url": "http://sjs.mit-license.org"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue