Skip to content

Commit d46afe4

Browse files
authored
Add keywords in package.json (#350)
This helps people discover package as it's listed in npm search.
1 parent ca4a750 commit d46afe4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@
3535
"lint": "eslint index.js test lib",
3636
"fmt": "prettier --write .",
3737
"fmt-check": "prettier --check ."
38-
}
38+
},
39+
"keywords": [
40+
"connect",
41+
"redis",
42+
"session",
43+
"express"
44+
]
3945
}

0 commit comments

Comments
 (0)