Skip to content

Commit 8bcfb02

Browse files
petertonysmith94antongolub
authored andcommitted
fix: added missing references to package.json
1 parent 64d28a7 commit 8bcfb02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
},
88
"type": "module",
99
"main": "target/cjs/index.cjs",
10+
"module": "target/esm/index.mjs",
11+
"types": "target/dts/index.d.ts",
1012
"exports": {
1113
".": {
1214
"types": "./target/dts/index.d.ts",

0 commit comments

Comments
 (0)