Skip to content

Commit

Permalink
fix: remove leaflet dep. causing rollup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Oct 17, 2022
1 parent 76fa219 commit 24f718f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions components/GeoMap/package.json
Expand Up @@ -41,15 +41,5 @@
"vanilla",
"javascript"
],
"license": "ISC",
"dependencies": {
"leaflet": "^1.8.0"
},
"devDependencies": {
"@types/leaflet": "^1.7.11"
},
"peerDependencies": {
"@types/leaflet": "^1.7.11",
"leaflet": "1.8"
}
"license": "ISC"
}

0 comments on commit 24f718f

Please sign in to comment.