Commit b12989d2 authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

Updated composer.json

parent c97cf277
Loading
Loading
Loading
Loading
+20 −25
Original line number Diff line number Diff line
@@ -2,16 +2,13 @@
  "name": "components/flag-icon-css",
  "type": "component",
  "description": "CSS for vector based country flags",
    "keywords": [],
    "license": "The MIT License",
  "license": "MIT",
  "authors":[
    {
            "name": "Lipis",
            "email": "yo@lip.is"
      "name": "Panayiotis Lipiridis (Lipis)",
      "email": "lipiridis@gmail.com"
    }
  ],
    "require": {
    },
  "extra":{
    "component":{
      "name": "flag-icon-css",
@@ -21,7 +18,5 @@
        "flags/**"
      ]
    }
    },
    "minimum-stability": "dev"
  }
}