Skip to content

Commit

Permalink
Merge pull request #114 from jeevcat/v2.x
Browse files Browse the repository at this point in the history
fix: Add types path to package.json exports
  • Loading branch information
kwhitley authored Jul 18, 2022
2 parents b1e3302 + aea9250 commit 4fd3427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"exports": {
".": {
"require": "./dist/itty-router.min.js",
"import": "./dist/itty-router.min.mjs"
"import": "./dist/itty-router.min.mjs",
"types": "./dist/itty-router.d.ts"
}
},
"types": "./dist/itty-router.d.ts",
Expand Down

0 comments on commit 4fd3427

Please sign in to comment.