Skip to content

Commit

Permalink
fix(schemas): export all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 9, 2022
1 parent df8d8aa commit eaaab8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"typings": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./country-code": "./lib/country-code.js",
"./sendgrid-email": "./lib/sendgrid-email.js",
"./*": "./lib/*.js",
"./package.json": "./package.json"
},
"typesVersions": {
Expand Down

0 comments on commit eaaab8d

Please sign in to comment.