Skip to content

Commit

Permalink
feat: support react-leaflet v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Apr 19, 2022
1 parent b2471d2 commit 1d33cb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marfle/react-leaflet-nmscale",
"version": "2.0.0",
"version": "2.0.1",
"description": "Nautical mile scale for react-leaflet",
"main": "dist/nmscale.js",
"module": "dist/esm/nmscale.js",
Expand All @@ -25,9 +25,9 @@
"keywords": [
"react-leaflet",
"react-leaflet-v3",
"react-leaflet-v4",
"react",
"leaflet",
"map",
"nautical",
"scale"
],
Expand All @@ -41,7 +41,7 @@
"dist/*"
],
"peerDependencies": {
"react-leaflet": "^3.0.0"
"react-leaflet": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit 1d33cb8

Please sign in to comment.