Skip to content

Commit

Permalink
fix: remove regular dependency on maplibre-gl-geocoder (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Feb 11, 2022
1 parent 4d4310f commit 7fbfb81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@aws-amplify/core": "^4.3.14",
"@aws-amplify/geo": "^1.2.0",
"@maplibre/maplibre-gl-geocoder": "^1.1.0",
"@maplibre/maplibre-gl-geocoder": "^1.3.0",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.23",
"@types/maplibre-gl": "^1.13.1",
Expand All @@ -66,8 +66,5 @@
"@aws-amplify/core": "^4.3.14",
"@aws-amplify/geo": "^1.2.0",
"maplibre-gl": "^1.14.0"
},
"dependencies": {
"@maplibre/maplibre-gl-geocoder": "^1.1.0"
}
}

0 comments on commit 7fbfb81

Please sign in to comment.