paralleldrive / cuid

Collision-resistant ids optimized for horizontal scaling and performance.
Other
3.44k stars 123 forks source link

Fix build #28

Closed ericelliott closed 9 years ago

ericelliott commented 9 years ago

The Travis build is currently failing. Looks like a broken package dependency.

therealklanni commented 9 years ago

This is due to the fact that the npm version that comes with node 0.8 doesn't support the ^ operator in semver. See cuid built with node 0.10. Maybe it's time to drop 0.8 support?

ericelliott commented 9 years ago

Yes. :+1: