diff --git a/bower.json b/bower.json index aeed5d5..10b970d 100644 --- a/bower.json +++ b/bower.json @@ -22,15 +22,17 @@ "ignore": [ "**/.*", "*.iml", - "example", + "examples", "lib", "node_modules", "sandbox", "test", "CONTRIBUTING.md", + "COOKBOOK.md", "Gruntfile.js", "index.js", "karma.conf.js", - "package.json" + "package.json", + "webpack.*.js" ] }