diff --git a/bower.json b/bower.json index 3f19385e9..7fd28d7ef 100644 --- a/bower.json +++ b/bower.json @@ -19,8 +19,12 @@ "license": "MIT", "ignore": [ "**/.*", - "node_modules", - "bower_components", - "tests" + "CONTRIBUTING.md", + "gulpfile.js", + "lib", + "index.js", + "karma.conf.js", + "npm-shrinkwrap.json", + "test" ] }