paralleldrive / cuid

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

remove files attribute #93

Closed Flet closed 6 years ago

Flet commented 6 years ago

This update removes the file attribute from package.json, allowing all files to be published to npm. This is a bit of a holdover from the previous iteration of code and I don't think its valid any longer.

Closes #92 (once published) Closes #85 too as this achieves the same goal (see below).

I think its probably preferable to not restrict to lib and dist per #85. Including all files means the .ts files get published as well as the LICENSE file.

ericelliott commented 6 years ago

Published as cuid v2.0.2