Skip to content

Commit 10f0a77

Browse files
committed
Fix module entry
1 parent 7272f51 commit 10f0a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "devrnt <[email protected]>",
44
"description": "React wizard (stepper) builder without the hassle, powered by hooks.",
55
"homepage": "https://github.com/devrnt/react-use-wizard#readme",
6-
"module": "dist/react-use-wizard.esm.js",
6+
"module": "dist/react-use-wizard.mjs",
77
"version": "2.2.1",
88
"license": "MIT",
99
"main": "dist/index.js",

0 commit comments

Comments
 (0)