Skip to content

Commit

Permalink
fix: remove / from @automapper/classes default exports (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: dtap <[email protected]>
  • Loading branch information
dtap001 and tadavid-cae authored Jan 23, 2024
1 parent 4089bb4 commit d1d2df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/classes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"reflect-metadata": "~0.1.13"
},
"exports": {
"./": {
".": {
"types": "./src/index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
Expand Down

0 comments on commit d1d2df5

Please sign in to comment.