Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Jun 16, 2014
1 parent c97cf27 commit b12989d
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"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": "[email protected]"
}
],
"extra":{
"component":{
"name": "flag-icon-css",
"files":[
"less/**",
"css/**",
"flags/**"
]
}
}
}

0 comments on commit b12989d

Please sign in to comment.