We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498e3f7 commit dd75c9cCopy full SHA for dd75c9c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "connect-session-sequelize",
3
- "version": "7.0.2",
+ "version": "7.0.3",
4
"description": "Session store for connect-session using sequelize",
5
"homepage": "https://github.com/mweibel/connect-session-sequelize",
6
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
@@ -41,6 +41,8 @@
41
"author": "Michael Weibel <michael.weibel@gmail.com> (https://github.com/mweibel)",
42
"license": "MIT",
43
"files": [
44
- "lib"
+ "lib",
45
+ "index.js",
46
+ "index.d.ts"
47
]
48
}
0 commit comments