From 11a1f85282252e56d6caeeb21e8b852a09b2cb29 Mon Sep 17 00:00:00 2001 From: xiahaoshawn Date: Thu, 19 May 2016 17:34:00 +0800 Subject: [PATCH] delete nodeunit plugin --- static/ng/Gruntfile.js | 1 - static/ng/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/ng/Gruntfile.js b/static/ng/Gruntfile.js index 289622977e..567dd38501 100644 --- a/static/ng/Gruntfile.js +++ b/static/ng/Gruntfile.js @@ -50,7 +50,6 @@ module.exports = function(grunt) { }); // These plugins provide necessary tasks. - grunt.loadNpmTasks('grunt-contrib-nodeunit'); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-contrib-watch'); diff --git a/static/ng/package.json b/static/ng/package.json index 2bbc855f88..763d881ec4 100644 --- a/static/ng/package.json +++ b/static/ng/package.json @@ -5,6 +5,6 @@ "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-watch": "~0.6.1" } }