Skip to content

Commit

Permalink
Revert "fix: package json exports (#27)" (#28)
Browse files Browse the repository at this point in the history
This reverts commit c16206c.
  • Loading branch information
zhongliang02 authored Nov 7, 2024
1 parent c16206c commit f55e6a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./url": {
"types": "./dist/url/index.d.ts",
"default": "./dist/url/index.js"
Expand All @@ -23,9 +19,6 @@
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"url": [
"./dist/url/index.d.ts"
],
Expand Down

0 comments on commit f55e6a3

Please sign in to comment.