testing-library / svelte-testing-library

:chipmunk: Simple and complete Svelte DOM testing utilities that encourage good testing practices
https://testing-library.com/docs/svelte-testing-library/intro
MIT License
615 stars 33 forks source link

Add `"main"` to package.json #265

Closed ivan-lednev closed 11 months ago

ivan-lednev commented 1 year ago

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!

matthieujabbour commented 11 months ago

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

yanick commented 11 months ago

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

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version 4.0.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: