Skip to content

Commit

Permalink
refactor(schema): Remove wildcard exports from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muntaxir4 committed Nov 13, 2024
1 parent 49fb4d5 commit b72b846
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"./schemas": {
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./*": {
"types": "./dist/src/*",
"default": "./dist/src/*"
}
},
"scripts": {
Expand Down

0 comments on commit b72b846

Please sign in to comment.