diff --git a/.npmignore b/.npmignore index 166ce85..bb212e0 100755 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,6 @@ -.gitignore -Makefile -npm-debug.log -coverage +__mocks__ node_modules -public +*.test.js +*.test.jsx +*.test.ts +*.test.tsx