Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lib version #62

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# vue2-leaflet-markercluster

This is a [markercluster plugin](https://github.com/Leaflet/Leaflet.markercluster) extension for [vue2-leaflet package](https://github.com/KoRiGaN/Vue2Leaflet)
This is a fork of [VueJs wrapper](https://github.com/jperelli/vue2-leaflet-markercluster) of [markercluster plugin](https://github.com/Leaflet/Leaflet.markercluster). It is an extension for [vue2-leaflet package](https://github.com/KoRiGaN/Vue2Leaflet).

**Markercluster repository is not updated anymore, yet on master branch there are some interesting features. This fork exists to overcome lack of releases.**

**USE AT YOUR OWN RISK**

## Install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-leaflet-markercluster",
"version": "3.1.0",
"description": "markercluster plugin extension for vue2-leaflet package",
"version": "3.1.1",
"description": "Fork of markercluster plugin extension for vue2-leaflet package. Markercluster repository is not updated anymore, yet on master branch there are some interesting featuers. This fork to overcome lack of releases.",
"main": "dist/Vue2LeafletMarkercluster.js",
"scripts": {
"build": "vue build Vue2LeafletMarkercluster.vue --prod --lib --config build.config.js",
Expand All @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/jperelli/vue2-leaflet-markercluster#readme",
"dependencies": {
"leaflet.markercluster": "^1.4.1"
"leaflet.markercluster": "^1.5.3"
},
"peerDependencies": {
"leaflet": "^1.3.4"
Expand Down