From f5f461d8a21a8afb35eb6bad835f9508983d8ea7 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Thu, 28 Aug 2014 15:56:47 -0600 Subject: [PATCH] Updating ignores --- .npmignore | 11 ++++------- bower.json | 8 ++++---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.npmignore b/.npmignore index e6d0575..b019cbc 100644 --- a/.npmignore +++ b/.npmignore @@ -1,12 +1,9 @@ **/.* -*.md *.iml example -bower_components node_modules -lib -specs -index.js -karma.conf.js +sandbox +test +bower.json Gruntfile.js -package.json \ No newline at end of file +karma.conf.js \ No newline at end of file diff --git a/bower.json b/bower.json index f2716c1..43e231c 100644 --- a/bower.json +++ b/bower.json @@ -23,13 +23,13 @@ "*.md", "*.iml", "example", - "bower_components", - "node_modules", "lib", - "specs", + "node_modules", + "sandbox", + "test", + "Gruntfile.js", "index.js", "karma.conf.js", - "Gruntfile.js", "package.json" ] } \ No newline at end of file