Skip to content

Commit c3c4583

Browse files
authored
fix: specify correct location for typings (#828)
Fixes #825
1 parent 63098fc commit c3c4583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@googlemaps/js-api-loader",
3+
"type": "commonjs",
34
"version": "1.16.4",
45
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
56
"keywords": [
@@ -19,7 +20,7 @@
1920
"main": "dist/index.umd.js",
2021
"unpkg": "dist/index.min.js",
2122
"module": "dist/index.esm.js",
22-
"types": "dist/index.d.ts",
23+
"types": "dist/src/index.d.ts",
2324
"files": [
2425
"dist/",
2526
"src/"

0 commit comments

Comments
 (0)