From edf60c20f9c4024f32d196cb84a95ab04a487f10 Mon Sep 17 00:00:00 2001 From: leibale Date: Sat, 12 Jun 2021 03:57:37 -0400 Subject: [PATCH] fix .npmignore --- .npmignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.npmignore b/.npmignore index 4d76229750..27219c6365 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,6 @@ -.vscode -.idea -node_modules +.vscode/ +.idea/ +node_modules/ .nyc_output dump.rdb CONTRIBUTING.md @@ -8,9 +8,10 @@ CODE_OF_CONDUCT.md TODO.md GOALS.md tsconfig.json -coverage -benchmark -.github -scripts -lib - +.nycrc.json +coverage/ +benchmark/ +.github/ +scripts/ +lib/ +index.ts