Skip to content

Commit

Permalink
Add types field to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 5, 2022
1 parent 5791927 commit 5e053d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"typings": "dist/types/resolve-uri.d.ts",
"exports": {
".": {
"types": "./dist/types/resolve-uri.d.ts",
"browser": "./dist/resolve-uri.umd.js",
"require": "./dist/resolve-uri.umd.js",
"import": "./dist/resolve-uri.mjs"
Expand Down

0 comments on commit 5e053d3

Please sign in to comment.