Commit 0053f0b0 authored by David DeSandro's avatar David DeSandro
Browse files

feeling like a 0.1 release

parent b745f7b5
Showing with 19 additions and 3 deletions
+19 -3
{
"name": "packery",
"version": "0.0.1",
"version": "0.1.0",
"author": "David DeSandro / Metafizzy",
"main": [
"./js/rect.js",
"./js/packer.js",
"./js/item.js",
"./js/packery.js"
],
"dependencies": {
"draggabilly": "../draggabilly/",
"eventEmitter": ">=3",
"eventie": "desandro/eventie",
"get-size": "desandro/get-size",
......@@ -11,6 +16,10 @@
"matches-selector": "desandro/matches-selector"
},
"devDependencies": {
"draggabilly": "../draggabilly/",
"qunit": "~1"
}
},
"ignore": [
"test/"
]
}
......@@ -94,3 +94,10 @@ placeElements
6. release
Item should transition to it destination
## debate
Automatically reveal appended items?
Automatically remove elements from DOM after hiding?
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment