Closed CGastrell closed 7 years ago
Could you post the version you have in your package.json
, as well as the output of npm i --verbose leaflet-sidebar
?
It looks like the last publish was about a year ago.
When I run the aforementioned command, I get v0.1.9
:
npm info lifecycle leaflet-sidebar@0.1.9~install: leaflet-sidebar@0.1.9
npm info lifecycle leaflet-sidebar@0.1.9~postinstall: leaflet-sidebar@0.1.9
Actually, it looks like we've had about 6 commits to master
since the v0.1.9
release.
@Turbo87 any objections to me bumping packge.json
a minor release, and npm puslish
ing this?
any objections to me bumping packge.json a minor release, and npm puslishing this?
not at all. that would be great, thanks!
could you add me as an owner to the npm package? then I could setup auto publish via TravisCI too.
Absolutely! Thanks, @Turbo87
@Turbo87 I've attempted to add you via the cli for npm, as well as the web interface. npmjs.com didn't act like it found a user with your email, nor your github handle, but the cli seemed OK to add you with turbo87
. Would you check if that's working, and if not, we can handle that outside of this issue?
I've also submitted a PR for a version bump you'll need to accept, and I'll publish the latest version.
Thank you guys for your time and effort :)
Thank you for identifying the issue.
Would you check if that's working
seems to work great, thanks! :)
Published!
Hi, I love this control, nice and simple.
I have this issue though, when I check the code on the repo there is this method:
which does exactly what I need. But after installing via
npm install leaflet-sidebar
the mentioned method looks like this:Is there a way you can sync
npm
version to this one? Or shall I go for the install from repo option?