From 54f6e220f88bed859d2149c4e7bb3bc34a265386 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 23 Nov 2014 14:55:43 -0500 Subject: [PATCH] layout mode dev dependency --- package.json | 6 +++++- sandbox/browserify/browserify.html | 7 +++++++ sandbox/browserify/main.js | 5 ++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b186c6..8f8d83b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,11 @@ "desandro-matches-selector": "^1.0.2", "doc-ready": "1.x", "eventie": "^1.0.5", - "isotope-cells-by-column": "*", + "isotope-fit-columns": "1.1.x", + "isotope-cells-by-row": "~1.1.1", + "isotope-cells-by-column": "1.1.x", + "isotope-horizontal": "~1.1.1", + "isotope-masonry-horizontal": "1.1.x", "jquery": ">=1.4.3 <2", "jquery-bridget": "1.1.x", "qunitjs": "^1.15", diff --git a/sandbox/browserify/browserify.html b/sandbox/browserify/browserify.html index 9365b55..f3a63fe 100644 --- a/sandbox/browserify/browserify.html +++ b/sandbox/browserify/browserify.html @@ -7,6 +7,13 @@ + + diff --git a/sandbox/browserify/main.js b/sandbox/browserify/main.js index cfd988c..13de881 100644 --- a/sandbox/browserify/main.js +++ b/sandbox/browserify/main.js @@ -2,7 +2,10 @@ var Isotope = window.Isotope = require('../../js/isotope'); var eventie = require('eventie'); var matchesSelector = require('desandro-matches-selector'); -// require('isotope-cells-by-row'); +// require('isotope-fit-columns'); +// require('isotope-cells-by-column'); +// require('isotope-horizontal'); +// require('isotope-masonry-horizontal'); function getText( elem ) { return elem.textContent || elem.innerText;