From e7c30c629c4b64d2ea56dbfd074c43fe0f302f06 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 16 Oct 2013 21:13:56 -0400 Subject: [PATCH] more files in bower.json main --- bower.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7cc1071..a308b23 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,13 @@ "version": "2.0.0", "description": "Filter and sort magical layouts", "main": [ - "js/isotope.js" + "js/item.js", + "js/layout-mode.js", + "js/isotope.js", + "js/layout-modes/vertical.js", + "js/layout-modes/fit-rows.js", + "js/layout-modes/masonry.js", + "js/layout-modes/cells-by-row.js" ], "dependencies": { "get-size": "desandro/get-size",