Skip to content

Commit

Permalink
1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Nov 6, 2018
1 parent db41d79 commit 7e80364
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Substitutes polygons and lines with markers when their screen size falls below a

![Example](https://cloud.githubusercontent.com/assets/159510/7164588/090c06fe-e399-11e4-956d-0283ef7e69cf.gif)

(**NOTE:** The following refence reflects pre-release version 1.0-alpha.4. If you're looking to use the latest stable release, please refer to the [maintenance/0.3 branch](https://github.com/oliverroick/Leaflet.Deflate/tree/maintenance/0.3).)
(**NOTE:** The following refence reflects pre-release version 1.0-alpha.5. If you're looking to use the latest stable release, please refer to the [maintenance/0.3 branch](https://github.com/oliverroick/Leaflet.Deflate/tree/maintenance/0.3).)

## Installation

Expand All @@ -17,15 +17,15 @@ Substitutes polygons and lines with markers when their screen size falls below a
Include the source into the `head` section of your document.

```html
<script src="https://unpkg.com/[email protected].4/dist/L.Deflate.js"></script>
<script src="https://unpkg.com/[email protected].5/dist/L.Deflate.js"></script>
```

### Install via NPM

If you use the [npm package manager](https://www.npmjs.com/), you can fetch a local copy by running:

```bash
npm install [email protected].4
npm install [email protected].5
```

You will find a copy of the release files in `node_modules/Leaflet.Deflate/dist`.
Expand Down
2 changes: 1 addition & 1 deletion dist/L.Deflate.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Leaflet.Deflate",
"author": "Oliver Roick",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Deflates lines and polygons to a marker when their screen size becomes too small in lower zoom levels.",
"license": "Apache-2.0",
"repository": "git://github.com/oliverroick/Leaflet.Deflate",
Expand Down

0 comments on commit 7e80364

Please sign in to comment.