diff --git a/bower.json b/bower.json index 5bcc2edc..a2768c4e 100644 --- a/bower.json +++ b/bower.json @@ -1,19 +1,18 @@ { "name": "kremalicious3", "version": "1.0.0", - "homepage": "http://mkretschmann.com", + "homepage": "http://kremalicious.com", "authors": [ "Matthias Kretschmann " ], "description": "Blog of Matthias Kretschmann", "license": "MIT", - "private": true, "dependencies": { - "jquery": "~2.0.3", - "picturefill": "~1.2.1", + "jquery": ">=2.0.3", + "picturefill": ">=1.2.1", "masonry": "http://masonry.desandro.com/masonry.pkgd.min.js", - "imagesloaded": "~3.0.4", + "imagesloaded": ">=3.0.4", "infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js", "simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/simpleJekyllSearch.js", "socialite": "https://raw.github.com/tmort/Socialite/master/socialite.js" diff --git a/package.json b/package.json index df17735e..76038852 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,19 @@ "main": "Gruntfile.js", "dependencies": {}, "devDependencies": { - "grunt": "~0.4.1", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-connect": "~0.5.0", - "grunt-contrib-cssmin": "~0.6.2", - "grunt-contrib-less": "~0.6.4", - "grunt-contrib-imagemin": "~0.4.0", - "grunt-contrib-uglify": "~0.2.2", - "grunt-contrib-watch": "~0.5.3", - "grunt-combine-media-queries": "~1.0.8", - "grunt-jekyll": "~0.4.0", - "grunt-rsync": "~0.2.1", - "grunt-rev": "~0.1.0", - "grunt-usemin": "~2.0.2" + "grunt": ">=0.4.1", + "grunt-contrib-clean": ">=0.5.0", + "grunt-contrib-connect": ">=0.5.0", + "grunt-contrib-cssmin": ">=0.6.2", + "grunt-contrib-less": ">=0.6.4", + "grunt-contrib-imagemin": ">=0.4.0", + "grunt-contrib-uglify": ">=0.2.2", + "grunt-contrib-watch": ">=0.5.3", + "grunt-combine-media-queries": ">=1.0.8", + "grunt-jekyll": ">=0.4.0", + "grunt-rsync": ">=0.2.1", + "grunt-rev": ">=0.1.0", + "grunt-usemin": ">=2.0.2" }, "repository": { "type": "git",