manuelbieh / geolib

Zero dependency library to provide some basic geo functions
MIT License
4.23k stars 341 forks source link

npm install failing with version 2.0.7 #34

Closed nafisto closed 10 years ago

nafisto commented 10 years ago

Seems like something happened with the latest commit because I can install previous versions but 2.0.7 fails. Did it not get updated properly in the repository?

manuelbieh commented 10 years ago

For inexplicable reasons the geolib-2.0.7 tarball only contains readme.md and package.json. There is no dist/geolib.js file and thus npm install fails with an error that the file is not readable.

Currently I have absolutely no idea why there are only 2 files within the tar.gz file. I tried to republish it but I keep getting an Error uploading package error ... :(

manuelbieh commented 10 years ago

2.0.14 should work now. There was a wrong path in package.json!