Skip to content

Commit

Permalink
fix(package): include keywords and files fields
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
tunnckoCore committed Aug 8, 2017
1 parent d771bee commit d183922
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"node": ">=7",
"npm": ">=5"
},
"files": [
"index.js"
],
"dependencies": {
"kind-of": "5.0.2",
"koa-send": "4.1.0"
Expand All @@ -46,6 +49,23 @@
"simple-commit-message": "3.3.1",
"supertest": "3.0.0"
},
"keywords": [
"content",
"contents",
"file",
"files",
"images",
"index",
"koa",
"koa-send",
"koajs",
"middleware",
"send",
"serve",
"serving",
"static",
"upload"
],
"nyc": {
"check-coverage": true,
"statements": 100,
Expand Down

0 comments on commit d183922

Please sign in to comment.