Skip to content

Commit c579391

Browse files
Merge pull request #211 from davidbailey00/patch-2
fix(package): add missing file to package.json files
2 parents 3350165 + 70cdb4c commit c579391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"files": [
7070
"/dist",
7171
"/lib",
72-
"index.d.ts"
72+
"index.d.ts",
73+
"index.mjs"
7374
],
7475
"collective": {
7576
"type": "opencollective",

0 commit comments

Comments
 (0)