From bf331e9af3cc8f77a6d843d851039280714eb3f3 Mon Sep 17 00:00:00 2001 From: Sabrina Jodexnis Date: Mon, 17 Oct 2022 11:47:32 +0200 Subject: [PATCH 1/2] fix(chore): adjust module in package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa2a4b1..8a1c769 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React hooks and map context provider for Google Maps", "source": "src/index.ts", "main": "dist/index.umd.js", - "module": "dist/index.modern.js", + "module": "./dist/index.modern.mjs", "types": "dist/index.d.ts", "homepage": "https://github.com/ubilabs/google-maps-react-hooks", "repository": { From 9414b81c28085d3418479c23eeef9bb105d0798b Mon Sep 17 00:00:00 2001 From: Sabrina Jodexnis Date: Mon, 17 Oct 2022 12:12:19 +0200 Subject: [PATCH 2/2] style(package): use same path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a1c769..3eba5bc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React hooks and map context provider for Google Maps", "source": "src/index.ts", "main": "dist/index.umd.js", - "module": "./dist/index.modern.mjs", + "module": "dist/index.modern.mjs", "types": "dist/index.d.ts", "homepage": "https://github.com/ubilabs/google-maps-react-hooks", "repository": {