Skip to content

Commit dd75c9c

Browse files
committed
chore: add index.d.ts to published files
fixes #117.
1 parent 498e3f7 commit dd75c9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-session-sequelize",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Session store for connect-session using sequelize",
55
"homepage": "https://github.com/mweibel/connect-session-sequelize",
66
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
@@ -41,6 +41,8 @@
4141
"author": "Michael Weibel <[email protected]> (https://github.com/mweibel)",
4242
"license": "MIT",
4343
"files": [
44-
"lib"
44+
"lib",
45+
"index.js",
46+
"index.d.ts"
4547
]
4648
}

0 commit comments

Comments
 (0)