diff --git a/.npmignore b/.npmignore index 115871f..51e99be 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,16 @@ src/ -.babelrc .eslintignore -.eslintrc.json +.eslintrc.js .gitignore -.travis.yml +.release-it.json +CODE_OF_CONDUCT.md +CONTRIBUTING.md +Makefile +config.ts +renovate.json tsconfig.json jest.config.js tslint.json -webpack.config.js .github +/**/__mocks__/ +/**/__tests__/