summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json19
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/*"
]
}
}