mapbox/mapbox-gl-leaflet

v0.0.5 NPM package contains git files

rmader opened this issue · 2 comments

First of all thanks for the great package.

The new release (v0.0.5) as released on npm contains something git related, making npm to fail with the following error on repeated/cached installs:

npm install --no-save
npm ERR! path /.../node_modules/mapbox-gl-leaflet
npm ERR! code EISGIT
npm ERR! git /.../node_modules/mapbox-gl-leaflet: Appears to be a git repo or submodule.
npm ERR! git     /.../node_modules/mapbox-gl-leaflet
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

thanks for the report. resolved in 10a4ebb / v0.0.6

Great, thanks!