cleanup package.json
This commit is contained in:
parent
82acd0d853
commit
54873b53c6
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +0,0 @@
|
|||
docs
|
||||
benchmarks
|
||||
examples
|
||||
test
|
||||
Makefile
|
||||
coverage
|
14
package.json
14
package.json
|
@ -6,10 +6,7 @@
|
|||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/koajs/koa"
|
||||
},
|
||||
"repository": "koajs/koa",
|
||||
"keywords": [
|
||||
"web",
|
||||
"app",
|
||||
|
@ -49,6 +46,11 @@
|
|||
"make-lint": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.11.9"
|
||||
}
|
||||
"node": ">= 0.11.13"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"LICENSE",
|
||||
"History.md"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue