Skip to content

Commit

Permalink
Export facade sub-module
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 3, 2024
1 parent 3aaf42b commit f6922a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"import": "./dist/esm/exceptions.js",
"require": "./dist/cjs/exceptions.cjs"
},
"./facades": {
"types": "./dist/types/facades.d.ts",
"import": "./dist/esm/facades.js",
"require": "./dist/cjs/facades.cjs"
},
"./meta": {
"types": "./dist/types/meta.d.ts",
"import": "./dist/esm/meta.js",
Expand Down

0 comments on commit f6922a3

Please sign in to comment.