diff options
author | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-18 08:38:16 +0100 |
---|---|---|
committer | Piotr Kedra <piotr@kraksoft.pl> | 2014-02-18 08:38:16 +0100 |
commit | f4598b85b116248ccb22922ebcc6272be65af83c (patch) | |
tree | 259731ab060e26482dd4b40fd522fc1cfc3911e2 | |
parent | 35dc6e6fef607a927ebd7ea1c739c0185f85d17e (diff) |
Changed files list
-rw-r--r-- | composer.json | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 9188d538..66df2407 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,22 @@ "component": { "name": "bootswatch", "files": [ - "*", - "*/*", - "*/*/*" + "amelia/*", + "cerulean/*", + "cosmo/*", + "cupid/*", + "cyborg/*", + "flatly/*", + "fonts/*", + "journal/*", + "lumen/*", + "readable/*", + "simplex/*", + "slate/*", + "spacelab/*", + "superhero/*", + "united/*", + "yeti/*" ] } } |