Skip to content

Commit

Permalink
chore: add index.d.ts to published files
Browse files Browse the repository at this point in the history
fixes #117.
  • Loading branch information
mweibel committed Sep 23, 2020
1 parent 498e3f7 commit dd75c9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-session-sequelize",
"version": "7.0.2",
"version": "7.0.3",
"description": "Session store for connect-session using sequelize",
"homepage": "https://github.com/mweibel/connect-session-sequelize",
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
Expand Down Expand Up @@ -41,6 +41,8 @@
"author": "Michael Weibel <michael.weibel@gmail.com> (https://github.com/mweibel)",
"license": "MIT",
"files": [
"lib"
"lib",
"index.js",
"index.d.ts"
]
}

0 comments on commit dd75c9c

Please sign in to comment.