From c479b5ee77cc2e0177d12b2e379b1b77c26b39a5 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 30 Jan 2018 17:54:17 +0530 Subject: [PATCH] ignore bundle js file from npm --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index d006f3fd..89bbba6b 100644 --- a/.npmignore +++ b/.npmignore @@ -8,4 +8,5 @@ spec todo index.html static/* -.github \ No newline at end of file +.github +lib \ No newline at end of file