diff --git a/bower.json b/bower.json index 02a98cc..7ed3cfe 100644 --- a/bower.json +++ b/bower.json @@ -2,12 +2,15 @@ "name": "file-icon-vectors", "description": "A collection of file type icons in SVG format.", "version": "0.1.0", - "main": "css/file-icon-vectors.min.css", + "main": [ + "css/file-icon-classic.min.css", + "css/file-icon-vivid.min.css", + ], "license": "MIT", "ignore": [ "**/.*", "sass", - "*.json" + "composer.json" ], "keywords": [ "file", diff --git a/composer.json b/composer.json index 272d6f9..c2f1c71 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "dmhendricks/file-icon-vectors", "type": "component", "description": "A collection of file type icons in SVG format.", + "version": "0.1.0", "keywords": [ "file", "icon", "svg", "css" ], "license": "MIT", "authors": [ @@ -11,8 +12,6 @@ "support": { "issues": "https://github.com/dmhendricks/dmhendricks/file-icon-vectors" }, - "style": "css/file-icon-vectors.css", - "sass": "scss/file-icon-vectors.scss", "repository": { "type": "git", "url": "https://github.com/dmhendricks/file-icon-vectors.git"