update package.json
This commit is contained in:
parent
ea1a631bb1
commit
788bf97d94
1 changed files with 5 additions and 5 deletions
|
@ -3,13 +3,13 @@
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
|
||||||
"example": "examples"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
"repository": "koajs/koa",
|
"repository":{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/koajs/koa"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web",
|
"web",
|
||||||
"app",
|
"app",
|
||||||
|
|
Loading…
Reference in a new issue