From 035316b9b84b0ed60f240e2a2394d1af5f88bdf7 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Mon, 26 Oct 2015 18:45:00 +0000 Subject: [PATCH] Updated npmignore to ignore src not needed when running as a dependency --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index d7d6c67e1..37d39c7f3 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,5 @@ docs/ examples/ web-dist/ +src/ .travis.yml \ No newline at end of file