paralleldrive / cuid

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

Dropping 0.8 "support" for cuid #29

Closed therealklanni closed 9 years ago

therealklanni commented 9 years ago

Some of the dependencies of cuid's dependencies use the ^ syntax in their package.json for dependencies (e.g. glob@'^5.0.6'), which is unsupported in the npm version shipped with node 0.8. Updating the Travis config to use node 0.10 resolves this.

Closes #28