react-leaflet-deflate 3.0.0-beta.3 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,7 @@ Substitutes polygons and lines with markers when their screen size falls below a
23
23
  | --- | --- |
24
24
  | `react-leaflet@1.9.1` | [`CodePen`](https://codepen.io/m_hasbie/full/jvgeVR/) |
25
25
  | `react-leaflet@2.x` | [`CodePen`](https://codepen.io/m_hasbie/full/MqNPRy/) |
26
+ | `react-leaflet@5.x` | [`CodePen`](https://codepen.io/m_hasbie/full/wBGampr) |
26
27
 
27
28
 
28
29
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-leaflet-deflate",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0",
4
4
  "description": "React wrapper of Leaflet.Deflate. Substitues polygons and lines with markers when screen size falls below a defined threshold.",
5
5
  "main": "dist/react-leaflet-deflate.min.js",
6
6
  "module": "lib/index.js",