unbam / Leaflet.SlideMenu

A simple slide menu for Leaflet.
BSD 2-Clause "Simplified" License
58 stars 19 forks source link

Bower support #5

Closed Aditya-Sh closed 4 years ago

Aditya-Sh commented 6 years ago

Can we have a bower.json for easy installation to a project? I'll create a pull request if that's alright.

unbam commented 6 years ago

Sorry, I have not bower.json. Would you please pull request.

Aditya-Sh commented 6 years ago

Sorry for the delay, got stuck in some other work. I am not able to push a branch, need permissions for contribution.

unbam commented 6 years ago

Sorry for the late replay. I don't support bower yet, but I did support npm. Please install from npm.

npm i leaflet-slidemenu --save

https://www.npmjs.com/package/leaflet-slidemenu

Aditya-Sh commented 6 years ago

Ohh ok. My project uses bower right now. Having a bower.json file would be enough. No need to publish on bower.

unbam commented 6 years ago

I added bower.json.

Aditya-Sh commented 6 years ago

Thanks, I'll test it out.