Skip to content

Commit

Permalink
fix: revert changing to package type "module" (#826)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
usefulthink authored Feb 16, 2024
1 parent f1a3a00 commit fce8110
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@googlemaps/js-api-loader",
"version": "1.16.3",
"type": "module",
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
"keywords": [
"google",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fce8110

Please sign in to comment.