diff --git a/.npmignore b/.npmignore index 6b260fd8..bfca42db 100644 --- a/.npmignore +++ b/.npmignore @@ -1,14 +1,21 @@ -node_modules npm-debug.log .travis.yml -.gitignore tsconfig.json test coverage +.prettierrc.js +.markdownlint.json +.mocharc.js +.commitlintrc.json +.editorconfig +.eslintrc.js +renovate.json .nyc_output examples .DS_Store .idea +.husky/ +.github/ *.ts *.js.map !*.d.ts