From b74b8533d886c8ad9d7b1a364cd4cb153e5a3dc8 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 13 May 2013 21:58:44 -0400 Subject: [PATCH] bower.json - clean main; and add description --- bower.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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",