Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: I should have not changed the art of the dependency of the googl…
…emaps types
  • Loading branch information
peterpeterparker committed May 8, 2019
1 parent aa9788d commit e9137bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -24,14 +24,15 @@
"test": "jest --no-cache",
"test.watch": "jest --watch --no-cache"
},
"dependencies": {},
"dependencies": {
"@types/googlemaps": "^3.30.19"
},
"devDependencies": {
"@stencil/core": "^1.0.0-alpha.23",
"@stencil/dev-server": "latest",
"@stencil/postcss": "^0.1.0",
"@stencil/sass": "0.2.1",
"@stencil/utils": "latest",
"@types/googlemaps": "^3.30.19",
"@types/jest": "^24.0.12",
"autoprefixer": "^9.5.1",
"jest": "^24.8.0"
Expand Down

0 comments on commit e9137bb

Please sign in to comment.