Skip to content

Commit

Permalink
Fix type exports (#25)
Browse files Browse the repository at this point in the history
* Add types to exports object

* Bump version
  • Loading branch information
hwhmeikle authored Sep 13, 2023
1 parent 806c2d8 commit 879549f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authsignal/node",
"version": "0.0.45",
"version": "0.0.46",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,7 @@
],
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
}

0 comments on commit 879549f

Please sign in to comment.