Skip to content

Commit 106311e

Browse files
authored
fix(package): adjust module (#56)
* fix(chore): adjust module in package * style(package): use same path
1 parent 54861c4 commit 106311e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "React hooks and map context provider for Google Maps",
55
"source": "src/index.ts",
66
"main": "dist/index.umd.js",
7-
"module": "dist/index.modern.js",
7+
"module": "dist/index.modern.mjs",
88
"types": "dist/index.d.ts",
99
"homepage": "https://github.com/ubilabs/google-maps-react-hooks",
1010
"repository": {

0 commit comments

Comments
 (0)