AbelHeinsbroek/chartjs-plugin-crosshair

Release 1.1.5 missing dist folder

Closed this issue · 2 comments

The dist folder is missing in release 1.1.5, but package.json references
"main": "dist/chartjs-plugin-crosshair.js",

This causes imports to fail with Module not found: Error: Can't resolve 'chartjs-plugin-crosshair'

Version 1.1.4 contains the dist folder with chartjs-plugin-crosshair.js and chartjs-plugin-crosshair.min.js (as well as docs and samples)

Wierd. Can you confirm that it's working with the latest version? 1.1.6

Yes, I can confirm, 1.1.6 has the dist folder and works.

Thanks