We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63d5b commit 04d4a23Copy full SHA for 04d4a23
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-leaflet-supercluster",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "React wrapper for the supercluster library",
5
"repository": "https://github.com/TurtIeSocks/react-leaflet-supercluster",
6
"author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",
@@ -9,6 +9,15 @@
9
"files": [
10
"dist"
11
],
12
+ "keywords": [
13
+ "react",
14
+ "leaflet",
15
+ "react-leaflet",
16
+ "supercluster",
17
+ "markercluster",
18
+ "marker",
19
+ "cluster"
20
+ ],
21
"main": "dist/index.js",
22
"types": "dist/index.d.ts",
23
"scripts": {
0 commit comments