From 4bca864ff9d28d314f44ef39f2174f5474831d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 22 Dec 2013 11:22:59 +0100 Subject: [PATCH 1/2] Sort out dependencies --- Gruntfile.js | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ef1fb35..2af7f59 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,10 +63,10 @@ module.exports = function(grunt) { }); // Load the plugins - grunt.loadNpmTasks('grunt-jekyll'); + grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-sass'); grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-contrib-concat'); + grunt.loadNpmTasks('grunt-jekyll'); // Default task(s). grunt.registerTask('default', ['sass', 'concat']); diff --git a/package.json b/package.json index 9c69e72..f2338ee 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.7.0", + "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-nodeunit": "~0.2.2", "grunt-contrib-sass": "~0.6.0", "grunt-contrib-watch": "~0.5.3", - "grunt-jekyll": "~0.4.0" + "grunt-jekyll": "~0.4.1" } } From f0d2f70748468d5cd2dc4ce10ee3d1bca60497ff Mon Sep 17 00:00:00 2001 From: connors Date: Tue, 28 Jan 2014 20:46:23 -0800 Subject: [PATCH 2/2] update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f2338ee..41e57c0 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ } ], "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~0.4.2", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.7.2", - "grunt-contrib-nodeunit": "~0.2.2", - "grunt-contrib-sass": "~0.6.0", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-nodeunit": "~0.3.0", + "grunt-contrib-sass": "~0.7.1", "grunt-contrib-watch": "~0.5.3", "grunt-jekyll": "~0.4.1" }