ソースを参照

Update dependencies

Abdullah Almsaeed 8 年 前
コミット
ab3875743f
2 ファイル変更5 行追加5 行削除
  1. 3 4
      Gruntfile.js
  2. 2 1
      package.json

+ 3 - 4
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' +

+ 2 - 1
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"
   }