Skip to content

Commit

Permalink
fix: remove redundant types exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jan 8, 2023
1 parent 5117666 commit 06e5f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
},
"exports": {
".": {
"types": "./index.d.ts",
"development": "./dist/dev/index.js",
"test": "./dist/dev/index.js",
"require": "./dist/server/index.cjs",
Expand All @@ -65,7 +64,6 @@
"default": "./dist/prod/index.js"
},
"./map": {
"types": "./map.d.ts",
"development": "./dist/dev/map.js",
"test": "./dist/dev/map.js",
"require": "./dist/server/map.cjs",
Expand Down

0 comments on commit 06e5f26

Please sign in to comment.