jjimenezshaw / Leaflet.Control.Layers.Tree

a Tree Layers Control for Leaflet
https://jjimenezshaw.github.io/Leaflet.Control.Layers.Tree/examples/basic.html
BSD 3-Clause "New" or "Revised" License
146 stars 36 forks source link

Close #31 Added typings #32

Closed erikvullings closed 3 years ago

erikvullings commented 3 years ago

I've just opened an issue, which can be closed if you merge this pull request ;-)

No code changes have been added, just one new typings file and a reference to it in the package.json file.

erikvullings commented 3 years ago

Minor addition: I've added an .npmignore file, so when you publish to npm, the examples and test folder are not pushed, nor the bower.json and travis file. As they are by-products, they are normally not needed, and it will reduce the npm package size. Feel free to remove it if you have a different opinion (after all, it's your repo ;-)

jjimenezshaw commented 3 years ago

Hi @erikvullings any question about it? The changes I suggest are not that many. Just that I had the whole file, and was easier to do this way (replace everything), than cherry pick each one... and it is less error prone. If you replace the file in your computer you will see the actual differences.

jjimenezshaw commented 3 years ago

Done in #36