mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-11-16 01:07:12 +00:00
Added 'files' setting
This commit is contained in:
parent
a650ddae71
commit
131afdcfc8
18
package.json
18
package.json
@ -4,15 +4,11 @@
|
||||
"author": "Daniel M. Hendricks",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"file",
|
||||
"icons",
|
||||
"vectors",
|
||||
"svg",
|
||||
"css",
|
||||
"sass",
|
||||
"logo"
|
||||
],
|
||||
"main": "dist/file-icon-vectors.min.css",
|
||||
"keywords": [ "file", "icons", "vectors", "svg", "css" ],
|
||||
"files": {
|
||||
"dist/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0",
|
||||
"gulp-autoprefixer": "^4.1.0",
|
||||
@ -25,6 +21,10 @@
|
||||
"gulp-sass": "^4.0",
|
||||
"gulp-uglifycss": "^1.1.0"
|
||||
},
|
||||
"homepage": "https://fileicons.org/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dmhendricks/file-icon-vectors/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dmhendricks/file-icon-vectors.git"
|
||||
|
Loading…
Reference in New Issue
Block a user