Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "main" to package.json to fix eslint issues
Using eslint, I'm getting an `import/no-unresolved: Unable to resolve path to module 'vite-plugin-ruby'` when it clearly exists. Looking at [this ticket](browserify/resolve#222) I believe that is happening because there is no `main` key in the package.json. This updates the package.json to include this.
- Loading branch information