diff --git a/.npmignore b/.npmignore index ded7c3a932..c2c324b302 100644 --- a/.npmignore +++ b/.npmignore @@ -6,6 +6,7 @@ hide-*.js CNAME .github/ assets/ +docs/ examples/ tests/ *.tgz diff --git a/bower.json b/bower.json index 54faad4fc7..1171a8a432 100644 --- a/bower.json +++ b/bower.json @@ -15,6 +15,7 @@ "ignore": [ "**/.*", "assets", + "docs", "tests", "CNAME", "*.html"