Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 29c1042

Browse files
authored
Merge pull request #14 from jonbjk/pr/correct-module-entry
Change module entry
2 parents 1507545 + 9eeef70 commit 29c1042

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
@@ -53,7 +53,7 @@
5353
"trailingComma": "es5"
5454
},
5555
"author": "David Khourshid",
56-
"module": "dist/useEffectReducer.esm.js",
56+
"module": "dist/use-effect-reducer.esm.js",
5757
"devDependencies": {
5858
"@changesets/cli": "^2.6.5",
5959
"@testing-library/react": "^10.0.2",

0 commit comments

Comments
 (0)