apollographql / graphql-testing-library

Testing utilities that encourage good practices for apps built with GraphQL.
https://apollographql.github.io/graphql-testing-library/
MIT License
24 stars 1 forks source link

Remove unneeded files field in package.json #41

Closed alessbell closed 1 month ago

alessbell commented 1 month ago

If we were publishing from the root package.json, files would make sense here, but since we're copying files into dist, using an .npmignore and then running npm publish from inside dist, the files field was a bug. Removed and fixed relative file paths, testing via npm pack locally.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 404de3ba6318dec33dc6414591b3ce5a7e507912

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------------- | ----- | | @apollo/graphql-testing-library | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR