Skip to content

Commit

Permalink
Adding keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Nov 22, 2023
1 parent 152d236 commit 6df7d6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"keywords": [
"connect",
"connect-mongodb-session",
"express",
"express-session",
"mongodb",
"session",
"store",
"esm",
"typescript"
],
"types": "dist/index.d.mts",
"scripts": {
"test": "VITEST_SEGFAULT_RETRY=3 vitest --run --passWithNoTests",
Expand Down

0 comments on commit 6df7d6e

Please sign in to comment.