Skip to content

Commit b1786b3

Browse files
committed
add keywords
1 parent 503844c commit b1786b3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const store = new RethinkDBStore({
3535
connectOptions: {
3636
db: "db",
3737
},
38-
sessionTable: "session", // RethinkDB table store session info to. Defaults to "session".
38+
sessionTable: "session", // RethinkDB table to store session info to. Defaults to "session".
3939
sessionTimeout: 86400000, // How long a session ID is valid for. Defaults to 1 day.
4040
flushTimeout: 60000, // How long to wait before flushing data. Defaults to 1 minute.
4141
});

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
22
"name": "session-rethinkdb-ts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A modern RethinkDB session store for Express.",
55
"author": "Espi <espi@riseup.net> (https://espi.me)",
66
"license": "MIT",
77
"homepage": "https://github.com/smolespi/session-rethinkdb-ts",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10+
"keywords": [
11+
"express",
12+
"expressjs",
13+
"express-session",
14+
"rethink",
15+
"rethinkdb",
16+
"rethinkdb-ts",
17+
"session",
18+
"session-store"
19+
],
1020
"bugs": {
1121
"url": "https://github.com/smolespi/session-rethinkdb-ts/issues"
1222
},

0 commit comments

Comments
 (0)