testing-library/svelte-testing-library

Add `"main"` to package.json

ivan-lednev opened this issue ยท 3 comments

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.

I think adding it might save some time for people who might encounter the same error.

Thanks for a great library!

I have the same issue, adding "main": "src/index.js", to the package.json fixes it.

yanick commented

main field added. Hopefully it'll make eslint happy. :-)

๐ŸŽ‰ This issue has been resolved in version 4.0.5 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€