Skip to content

Commit

Permalink
modify schema export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 5, 2023
1 parent 266ea62 commit fd45f0f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./schema": {
"import": "./lib/schema/index.mjs",
"require": "./lib/schema/index.js"
"./schema/valibot": {
"import": "./lib/schema/valibot.mjs",
"require": "./lib/schema/valibot.js"
},
"./schema/zod": {
"import": "./lib/schema/zod.mjs",
"require": "./lib/schema/zod.js"
}
},
"types": "./lib",
Expand Down

0 comments on commit fd45f0f

Please sign in to comment.