Skip to content

Commit 160f09e

Browse files
committed
chore: correct the export file's file extenstion
1 parent f7cc2a1 commit 160f09e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"types": "./dist/react-typist-component.d.ts",
2424
"main": "./dist/react-typist-component.umd.js",
25-
"module": "./dist/react-typist-component.js",
25+
"module": "./dist/react-typist-component.mjs",
2626
"exports": {
2727
".": {
28-
"import": "./dist/react-typist-component.js",
29-
"require": "./dist/react-typist-component.umd.cjs"
28+
"import": "./dist/react-typist-component.mjs",
29+
"require": "./dist/react-typist-component.umd.js"
3030
}
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)