Skip to content

Commit

Permalink
add url link
Browse files Browse the repository at this point in the history
  • Loading branch information
gyson committed Oct 30, 2015
1 parent eda2ba9 commit d191520
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,11 @@
"middleware",
"convert"
],
"description": "convert koa generator-based middleware to promise-based middleware",
"description": "convert koa legacy generator-based middleware to promise-based middleware",
"repository": {
"type": "git",
"url": "https://github.com/gyson/koa-convert.git"
},
"main": "index.js",
"scripts": {
"test": "mocha test.js"
Expand Down

0 comments on commit d191520

Please sign in to comment.