Skip to content

Commit 695a1c8

Browse files
authored
Merge pull request #35 from saculbr/patch-2
fix esm build filename in package.json
2 parents b0ed0a7 + dc6c944 commit 695a1c8

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
@@ -31,7 +31,7 @@
3131
"npm": ">=5"
3232
},
3333
"main": "dist/index.js",
34-
"module": "react-async-hook.esm.js",
34+
"module": "dist/react-async-hook.esm.js",
3535
"typings": "dist/index.d.ts",
3636
"files": [
3737
"dist"

0 commit comments

Comments
 (0)