mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-25 13:29:24 +01:00
Updated composer.json
This commit is contained in:
parent
c97cf277c4
commit
b12989d2e2
@ -1,27 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "components/flag-icon-css",
|
"name": "components/flag-icon-css",
|
||||||
"type": "component",
|
"type": "component",
|
||||||
"description": "CSS for vector based country flags",
|
"description": "CSS for vector based country flags",
|
||||||
"keywords": [],
|
"license": "MIT",
|
||||||
"license": "The MIT License",
|
"authors":[
|
||||||
"authors": [
|
{
|
||||||
{
|
"name": "Panayiotis Lipiridis (Lipis)",
|
||||||
"name": "Lipis",
|
"email": "lipiridis@gmail.com"
|
||||||
"email": "yo@lip.is"
|
}
|
||||||
}
|
],
|
||||||
],
|
"extra":{
|
||||||
"require": {
|
"component":{
|
||||||
},
|
"name": "flag-icon-css",
|
||||||
"extra": {
|
"files":[
|
||||||
"component": {
|
"less/**",
|
||||||
"name": "flag-icon-css",
|
"css/**",
|
||||||
"files": [
|
"flags/**"
|
||||||
"less/**",
|
]
|
||||||
"css/**",
|
}
|
||||||
"flags/**"
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"minimum-stability": "dev"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user