diff --git a/bower.json b/bower.json index e9aa0f5..07962e2 100644 --- a/bower.json +++ b/bower.json @@ -2,11 +2,12 @@ "name": "packery", "version": "1.0.3", "author": "David DeSandro / Metafizzy", + "description": "bin-packing layout library", "main": [ - "./js/rect.js", - "./js/packer.js", - "./js/item.js", - "./js/packery.js" + "js/rect.js", + "js/packer.js", + "js/item.js", + "js/packery.js" ], "dependencies": { "classie": "desandro/classie",