0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 05:16:55 +01:00

Updated composer.json

This commit is contained in:
Panayiotis Lipiridis 2014-06-16 22:57:12 +02:00
parent c97cf277c4
commit b12989d2e2

View File

@ -1,27 +1,22 @@
{
"name": "components/flag-icon-css",
"type": "component",
"description": "CSS for vector based country flags",
"keywords": [],
"license": "The MIT License",
"authors": [
{
"name": "Lipis",
"email": "yo@lip.is"
}
],
"require": {
},
"extra": {
"component": {
"name": "flag-icon-css",
"files": [
"less/**",
"css/**",
"flags/**"
]
}
},
"minimum-stability": "dev"
"name": "components/flag-icon-css",
"type": "component",
"description": "CSS for vector based country flags",
"license": "MIT",
"authors":[
{
"name": "Panayiotis Lipiridis (Lipis)",
"email": "lipiridis@gmail.com"
}
],
"extra":{
"component":{
"name": "flag-icon-css",
"files":[
"less/**",
"css/**",
"flags/**"
]
}
}
}