Skip to content

Commit 425f244

Browse files
committed
chore: require googlemaps types
1 parent 8be6869 commit 425f244

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"react": "^16.11.0"
2828
},
2929
"devDependencies": {
30-
"@types/googlemaps": "^3.39.13",
3130
"@types/react": "^16.9.48",
3231
"@typescript-eslint/eslint-plugin": "^2.34.0",
3332
"@typescript-eslint/parser": "^2.34.0",
@@ -41,7 +40,9 @@
4140
"prettier": "^1.19.1",
4241
"typescript": "^3.9.7"
4342
},
44-
"dependencies": {},
43+
"dependencies": {
44+
"@types/googlemaps": "^3.39.13"
45+
},
4546
"bugs": {
4647
"url": "https://github.com/ubilabs/google-maps-react-hooks/issues"
4748
},

0 commit comments

Comments
 (0)