Skip to content

Commit

Permalink
fix: npm pack should not include test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 11, 2016
1 parent 3da1810 commit cc8491e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"description": "koa generic session store by memory, redis or others",
"repository": "koajs/generic-session",
"version": "1.11.1",
"files": [
"lib",
"index.js"
],
"keywords": [
"koa",
"middleware",
Expand Down

0 comments on commit cc8491e

Please sign in to comment.