fix up package.json

This commit is contained in:
Sami Samhuri 2013-03-13 20:14:27 -07:00
parent a581ee703f
commit c9f6afa190

View file

@ -12,16 +12,16 @@
"email": "sami@samhuri.net",
"url": "https://github.com/samsonjs/format/issues"
},
"main": "./format",
"main": "./format.js",
"engines": {
"node": ">=0.4.x"
},
"licenses": [
{
"type": "ISC",
"url": "http://github.com/samsonjs/format/raw/master/LICENSE"
"type": "MIT",
"url": "http://sjs.mit-license.org"
}
],
"dependencies": {},
"devDependencies": {}
}
}