Update dependencies

pull/1707/head
Abdullah Almsaeed 2016-10-15 13:20:39 -04:00
parent 9f5bb59de0
commit ab3875743f
2 changed files with 5 additions and 5 deletions

View File

@ -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' +

View File

@ -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"
}