diff --git a/.npmignore b/.npmignore index 63a1c0b..eab906d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,10 @@ +.editorconfig .github/ +.gitignore +.nvmrc +coverage/ +jest.config.ts +MIGRATION.md src/ tests/ -.nvmrc -MIGRATION.md -tsconfig.json -.editorconfig \ No newline at end of file +tsconfig.json \ No newline at end of file