fix up package.json

This commit is contained in:
Sami Samhuri 2013-03-13 20:14:03 -07:00
parent 71d3468fd1
commit a3ef8f712a

View file

@ -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": {},