Skip to content

Commit

Permalink
bower.json - clean main; and add description
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed May 14, 2013
1 parent cbd61e7 commit b74b853
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b74b853

Please sign in to comment.