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",