You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: exclude test files and CI config from npm package
The __tests__/ directory and .github/ workflows are currently shipped to npm
but are not needed by consumers. Adding a .npmignore reduces the package size.
0 commit comments