1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-11-15 17:07:06 +00:00

Minor changes

This commit is contained in:
Daniel Hendricks 2017-09-23 02:57:52 -05:00
parent 478d93dddf
commit 5c88d34fc6
2 changed files with 6 additions and 4 deletions

View File

@ -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",

View File

@ -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"