leaflet-bootstrap-zoom
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "leaflet-bootstrap-zoom", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Leaflet.js plugin which overrides default zoom control buttons with Twitter Bootstrap styled ones.", | ||
@@ -5,0 +5,0 @@ "main": "bin/leaflet-bootstrap-zoom.min.js", |
@@ -17,3 +17,3 @@ # [Leaflet.BootstrapZoom](https://github.com/MAD-GooZe/Leaflet.BootstrapZoom) [![Build Status](https://travis-ci.org/mad-gooze/Leaflet.BootstrapZoom.svg?branch=master)](https://travis-ci.org/mad-gooze/Leaflet.BootstrapZoom) | ||
```html | ||
<script src='//unpkg.com/leaflet-bootstrap-zoom@1.0.0/bin/leaflet-bootstrap-zoom.min.js'></script> | ||
<script src='//unpkg.com/leaflet-bootstrap-zoom/bin/leaflet-bootstrap-zoom.min.js'></script> | ||
``` | ||
@@ -26,2 +26,2 @@ 2. Bootstrap-styled controls are added automatically. | ||
npm install leaflet-bootstrap-zoom --save | ||
``` | ||
``` |
26
19567