From 2ca01bb4a51097c34b7d703934edbaca3f661038 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 4 May 2020 10:49:14 +0200
Subject: [PATCH] remove source files from npm package

---
 .npmignore | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.npmignore b/.npmignore
index 19337860..77aabfca 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1 +1,8 @@
-/test/
+/test
+/examples
+/css
+/js
+/plugin
+.github
+.gulpfile
+.sass-cache
\ No newline at end of file
-- 
GitLab