Skip to content

Commit

Permalink
fix: specify correct location for typings (#828)
Browse files Browse the repository at this point in the history
Fixes #825
  • Loading branch information
usefulthink committed Feb 16, 2024
1 parent 63098fc commit c3c4583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@googlemaps/js-api-loader",
"type": "commonjs",
"version": "1.16.4",
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
"keywords": [
Expand All @@ -19,7 +20,7 @@
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"files": [
"dist/",
"src/"
Expand Down

0 comments on commit c3c4583

Please sign in to comment.