From 12c3d227139490701aea2baac0c38583ada617b9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Dec 2014 15:31:49 +0100 Subject: [PATCH 1/2] Add scripts to .npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 99b51a2b65..28c2f3a228 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ built doc +scripts src tests Jakefile From 4cb70d0f9a476137041fa25b0b02bc7e68494eea Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Dec 2014 15:40:43 +0100 Subject: [PATCH 2/2] Also add travis.yml to npmignore file --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 28c2f3a228..98c50479c6 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ scripts src tests Jakefile +.travis.yml \ No newline at end of file