dist folder is missing after npm install
k2s opened this issue · 1 comments
k2s commented
It was easy to include version 1, but version 2 is distributed without dist
folder which. Can't you please publish the package with dist/cuid.min.js
included ?
emersonlaurentino commented
hey @k2s. Package is no longer minified, so u should import cuid from 'cuid'
.