diff --git a/bower.json b/bower.json index 49185f8..663d2a5 100644 --- a/bower.json +++ b/bower.json @@ -11,5 +11,12 @@ }, "main": [ "src/sb-date-select.js" + ], + "ignore": [ + "**/.*", + "*.md", + "*.html", + "test", + "package.json" ] -} \ No newline at end of file +}