mirror of
https://github.com/samsonjs/format.git
synced 2026-03-25 08:45:53 +00:00
fix up package.json
This commit is contained in:
parent
a581ee703f
commit
c9f6afa190
1 changed files with 4 additions and 4 deletions
|
|
@ -12,14 +12,14 @@
|
|||
"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": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue