From cc02f5828e351fee89fb827f19b1481f1723548c Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 20 Mar 2017 23:27:49 -0700 Subject: [PATCH] Adds schema and typescript files to npmignore --- .npmignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index bbd111ffb..2b13eb407 100644 --- a/.npmignore +++ b/.npmignore @@ -18,4 +18,10 @@ Tests .travis.yml .ntvs_analysis.dat -Declarations \ No newline at end of file +Declarations + +Schema + +typings +tsconfig.json +typings.json \ No newline at end of file