Skip to content

Commit

Permalink
Add keywords in package.json (#350)
Browse files Browse the repository at this point in the history
This helps people discover package as it's listed in npm search.
  • Loading branch information
01231 authored Feb 16, 2022
1 parent ca4a750 commit d46afe4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"lint": "eslint index.js test lib",
"fmt": "prettier --write .",
"fmt-check": "prettier --check ."
}
},
"keywords": [
"connect",
"redis",
"session",
"express"
]
}

0 comments on commit d46afe4

Please # to comment.