From 2a06e3b307ae860044936fd159fb55c770c1326a Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Thu, 18 Sep 2014 13:09:52 -0600 Subject: [PATCH] Updating ignores --- .npmignore | 1 + bower.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index b019cbc..50cb89d 100644 --- a/.npmignore +++ b/.npmignore @@ -5,5 +5,6 @@ node_modules sandbox test bower.json +CONTRIBUTING.md Gruntfile.js karma.conf.js \ No newline at end of file diff --git a/bower.json b/bower.json index a7a753b..9dbe97c 100644 --- a/bower.json +++ b/bower.json @@ -27,6 +27,7 @@ "node_modules", "sandbox", "test", + "CONTRIBUTING.md", "Gruntfile.js", "index.js", "karma.conf.js",