Skip to content

Commit

Permalink
fix: added missing references to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 authored and antongolub committed Dec 25, 2024
1 parent 64d28a7 commit 8bcfb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
},
"type": "module",
"main": "target/cjs/index.cjs",
"module": "target/esm/index.mjs",
"types": "target/dts/index.d.ts",
"exports": {
".": {
"types": "./target/dts/index.d.ts",
Expand Down

0 comments on commit 8bcfb02

Please sign in to comment.