diff --git a/bower.json b/bower.json index bd2f89b..bccee5d 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "lesshat", "version": "3.0.0", - "main": "./build/lesshat.less" -} \ No newline at end of file + "main": ["./build/lesshat.less", "./build/lesshat-prefixed.less"], + "ignore": ["mixins", "*.md", "*.json", "LICENCE", ".*.*"] +}