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": {
|
"scripts": {
|
||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": "koajs/koa",
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/koajs/koa"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web",
|
"web",
|
||||||
"app",
|
"app",
|
||||||
|
@ -49,6 +46,11 @@
|
||||||
"make-lint": "^1.0.1"
|
"make-lint": "^1.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.11.9"
|
"node": ">= 0.11.13"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"LICENSE",
|
||||||
|
"History.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue