diff --git a/component.json b/component.json index 205f54229e781178d17f8e53d4019d59d4e53f2a..32c9dd0fa7827175309b3ddda5477ba8f7a4b571 100644 --- a/component.json +++ b/component.json @@ -1,9 +1,14 @@ { "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/" + ] } diff --git a/notes.md b/notes.md index f453c0250bf170d94465cd99d40bf64daf71b7a3..0e0a7b9e11ba9005eb18de1093f21a0019bd9f0f 100644 --- a/notes.md +++ b/notes.md @@ -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?