chartjs / chartjs-adapter-luxon

Luxon adapter for Chart.js
MIT License
33 stars 23 forks source link

re-add main key to package.json to allow eslint to resolve module #85

Closed mphfish closed 1 year ago

mphfish commented 1 year ago

Thanks for the library!

In #79, the main key was removed from the package.json. This causes the eslint import plugin to fail.

Re-adding the main key resolves the issue.