From 14c8e2595c7f7334f0da4aefd1d9a3ae1723cef4 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 14 Dec 2019 17:13:19 +0100 Subject: [PATCH] Added .github and tests folder to .npmignore --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index d04d8f7..e2dac99 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,5 @@ examples/ *.ts !*.d.ts tsconfig.json +.github/ +spec/