Browse Source

📦 ^ dependencies, stagger for outlayer

pull/1127/head
David DeSandro 9 years ago
parent
commit
dc26174808
  1. 10
      bower.json
  2. 10
      package.json

10
bower.json

@ -3,11 +3,11 @@
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"desandro-matches-selector": "~2.0.0",
"fizzy-ui-utils": "~2.0.0",
"get-size": "~2.0.0",
"masonry": "~4.0.0",
"outlayer": "~2.0.0"
"desandro-matches-selector": "^2.0.0",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"masonry": "^4.0.0",
"outlayer": "stagger"
},
"devDependencies": {
"jquery": "2 < 4",

10
package.json

@ -4,11 +4,11 @@
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"desandro-matches-selector": "~2.0.0",
"fizzy-ui-utils": "~2.0.0",
"get-size": "~2.0.0",
"masonry-layout": "~4.0.0",
"outlayer": "~2.0.0"
"desandro-matches-selector": "^2.0.0",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"masonry-layout": "^4.0.0",
"outlayer": "^2.0.0"
},
"devDependencies": {
"chalk": "^1.1.1",

Loading…
Cancel
Save