mapbox / leaflet-pip

point in polygon intersections for leaflet
https://mapbox.github.io/leaflet-pip/
BSD 2-Clause "Simplified" License
199 stars 46 forks source link

Publish latest version to npm? #22

Closed mvattuone closed 8 years ago

mvattuone commented 8 years ago

Hi there,

I recently upgraded to the 1.0.0 rc for Leaflet, and noticed some changes to leaflet-pip in the repo that do not seem to be available via the npm package. Would you be able to publish the latest version at some point? I'm currently adding it directly so I'm not blocked, but it would be nice to have as an installed npm module.

Thanks!

gholol commented 8 years ago

but it would be nice to have as an installed npm module.

Just add the repo to your packages.json like this:

"dependencies": {
    "leaflet-pip": "https://github.com/mapbox/leaflet-pip#gh-pages",
}
mvattuone commented 8 years ago

Sure, but it'd be better to have semver support.

tmcw commented 8 years ago

Thanks for the heads-up - published 1.0.0

mvattuone commented 8 years ago

Thanks @tmcw !