diff options
author | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-17 22:22:21 +0100 |
---|---|---|
committer | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-17 22:22:21 +0100 |
commit | 5923a3f2d45971434144cf3c57970ee860f09106 (patch) | |
tree | 8223e724d6bb901c4e92eaaae9e0aca6e529ebef | |
parent | 2d9d61aa2bba67202cb6e575b3644e85f99584b6 (diff) |
Fixed composer.json syntax
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d08a1b5a..80b7b311 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "thomaspark/bootswatch", "description": "Themes for Bootstrap", - "licenses": "MIT", + "license": "MIT", "authors": [ { "name": "thomaspark", |