From ab3875743f10ecacf48d1a906ba38e4ab15ee9b7 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 15 Oct 2016 13:20:39 -0400 Subject: [PATCH] Update dependencies --- Gruntfile.js | 7 +++---- package.json | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4f36f1690..edbd9bf98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,12 +1,11 @@ // AdminLTE Gruntfile module.exports = function (grunt) { - 'use strict'; //loading the configurations and grunt tasks - var configs = require('load-grunt-config')(grunt,{ - configPath: __dirname + '/build/grunt', - data:{ + var configs = require('load-grunt-config')(grunt, { + configPath: __dirname + '/build/grunt', + data: { // Metadata. pkg: grunt.file.readJSON('package.json'), banner: '/*!\n' + diff --git a/package.json b/package.json index 915eb607d..54b2d2d12 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ "grunt-image": "^1.0.5", "grunt-includes": "^0.4.5", "grunt-jscs": "^2.3.0", - "grunt-sass": "^1.2.0", + "grunt-notify": "^0.4.5", + "grunt-sass": "^1.2.1", "grunt-scss-lint": "^0.3.8", "load-grunt-config": "^0.19.2" }