benoitzohar / cerebro-timestamp

Cerebro plugin to encode/decode timestamps
MIT License
5 stars 2 forks source link

The source code is published on npmjs.com, not the distribution #1

Closed maximbaz closed 7 years ago

maximbaz commented 7 years ago

When you plugin is installed via Cerebro, it cannot be used, because you published source code on npmjs.com, not the distribution.

Cerebro is looking for a dist folder and loading index.js from it, but this folder is missing. I could workaround that by running npm run build after I downloaded your plugin, but that shouldn't be normally used.

Also there are lots of [debug] messages in console coming from your plugin, it would be nice if you stripped them out.

image

benoitzohar commented 7 years ago

Thanks for the heads up! I fixed it on master and npmjs.