Skip to content

Commit

Permalink
Fix maplibre-gl peerDependencies typo (visgl#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian authored Jun 7, 2023
1 parent 1154514 commit e06086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"mapbox-gl": ">=1.13.0",
"maplibregl": ">=1.13.0",
"maplibre-gl": ">=1.13.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
Expand Down

0 comments on commit e06086b

Please sign in to comment.