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,16 +12,16 @@
|
||||||
"email": "sami@samhuri.net",
|
"email": "sami@samhuri.net",
|
||||||
"url": "https://github.com/samsonjs/format/issues"
|
"url": "https://github.com/samsonjs/format/issues"
|
||||||
},
|
},
|
||||||
"main": "./format",
|
"main": "./format.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.4.x"
|
"node": ">=0.4.x"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
"type": "ISC",
|
"type": "MIT",
|
||||||
"url": "http://github.com/samsonjs/format/raw/master/LICENSE"
|
"url": "http://sjs.mit-license.org"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue