From baf15dc1b4a9cf75bb123c08586a25bf4bc40c55 Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 28 Apr 2020 00:02:43 +0100 Subject: [PATCH] Minor changes in npmignore --- .npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index c45a812..01b8991 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,4 @@ -extra/ +extras/ node_modules/ src/ ts.js @@ -6,5 +6,7 @@ tsconfig.json tsd.json tslint.json .idea/ +.github/ test/ config.json +.travis.yml