Skip to content

Commit

Permalink
fix(classes): fix main (i.e. \".\") export of package.json
Browse files Browse the repository at this point in the history
ISSUES CLOSED: nartc#587
  • Loading branch information
gabrielkim13 committed Jan 22, 2024
1 parent 4089bb4 commit ce4d256
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 ce4d256

Please sign in to comment.