Skip to content

Commit

Permalink
Ensure proper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatrow committed Sep 17, 2022
1 parent 1286e91 commit 499fd12
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
/.svelte-kit
/package
.env
*.local
*.local
log.md
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"publish": "pnpm run lint && pnpm run build && pnpm publish ./package"
},
"devDependencies": {
"@googlemaps/js-api-loader": "^1.14.3",
"@googlemaps/markerclusterer": "^2.0.11",
"@sveltejs/adapter-auto": "1.0.0-next.75",
"@sveltejs/kit": "1.0.0-next.484",
"@sveltejs/package": "1.0.0-next.3",
"@types/google.maps": "^3.50.1",
"optional-default-site-kit": "^0.3.6",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
Expand All @@ -31,5 +28,10 @@
},
"type": "module",
"homepage": "https://github.com/tomatrow/optional-default-google-maps#readme",
"author": "AJ Caldwell <tomatrow@gmail.com>"
"author": "AJ Caldwell <tomatrow@gmail.com>",
"dependencies": {
"@googlemaps/js-api-loader": "^1.14.3",
"@googlemaps/markerclusterer": "^2.0.11",
"optional-default-site-kit": "^0.3.6"
}
}
18 changes: 10 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 499fd12

Please sign in to comment.