Skip to content

Commit fce8110

Browse files
authored
fix: revert changing to package type "module" (#826)
in #812 the package type was accidentally changed to "module" which leads to all sorts of problems. This is reverted and config-files that are already in esm-format are renamed to .mjs to continue working.
1 parent f1a3a00 commit fce8110

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed
File renamed without changes.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@googlemaps/js-api-loader",
33
"version": "1.16.3",
4-
"type": "module",
54
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
65
"keywords": [
76
"google",
File renamed without changes.

typedoc.js renamed to typedoc.mjs

File renamed without changes.

0 commit comments

Comments
 (0)