We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"main"
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm using the library with eslint-plugin-import, and it gives me grief because this library doesn't have the "main" field in package.json.
eslint-plugin-import
package.json
I think adding it might save some time for people who might encounter the same error.
Thanks for a great library!
The text was updated successfully, but these errors were encountered:
I have the same issue, adding "main": "src/index.js", to the package.json fixes it.
"main": "src/index.js",
Sorry, something went wrong.
FIX: add "main" field to package.json
a1daebc
fix #265
main field added. Hopefully it'll make eslint happy. :-)
main
🎉 This issue has been resolved in version 4.0.5 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Hello,
I'm using the library with
eslint-plugin-import
, and it gives me grief because this library doesn't have the"main"
field inpackage.json
.I think adding it might save some time for people who might encounter the same error.
Thanks for a great library!
The text was updated successfully, but these errors were encountered: