From 184feba9d7df0d714ff387c26347f4e705bae83e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 10 Aug 2014 01:17:16 +0200 Subject: [PATCH] dependency updates --- Gruntfile.js | 4 ++-- bower.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0ece4639..04016d69 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,8 +107,8 @@ module.exports = function(grunt){ ], '<%= config.site %>/<%= config.assets.js %>/kremalicious3.min.js': [ 'bower_components/jquery/dist/jquery.js', - 'bower_components/infinitescroll/index.js', - 'bower_components/masonry/index.js', + 'bower_components/jquery-infinite-scroll/jquery.infinitescroll.js', + 'bower_components/masonry/dist/masonry.pkgd.js', 'bower_components/imagesloaded/imagesloaded.js', 'bower_components/simpleJekyllSearch/index.js', 'bower_components/jquery.adaptive-background/index.js', diff --git a/bower.json b/bower.json index c1aa3209..ed310a0d 100644 --- a/bower.json +++ b/bower.json @@ -12,9 +12,9 @@ "normalize-opentype.css": ">=0.1.2", "jquery": ">=2.0.3", "picturefill": ">=1.2.1", - "masonry": "http://masonry.desandro.com/masonry.pkgd.min.js", + "masonry": ">=3.1.5", "imagesloaded": ">=3.1.0", - "infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js", + "jquery-infinite-scroll": ">=2.0.2", "simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/jekyll-search.jquery.js", "jquery.adaptive-background": "https://raw.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js" },