From 343e990738c71aeb52bc72b9649368e53ea736ca Mon Sep 17 00:00:00 2001 From: nein09 Date: Fri, 1 Dec 2017 16:21:08 -0800 Subject: [PATCH] Replace grunt-qunit-istanbul with grunt-contrib-qunit --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 77d48789..b9757de5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks("grunt-contrib-compress"); grunt.loadNpmTasks("grunt-contrib-concat"); grunt.loadNpmTasks("grunt-contrib-uglify"); - grunt.loadNpmTasks("grunt-qunit-istanbul"); + grunt.loadNpmTasks("grunt-contrib-qunit"); grunt.loadNpmTasks("grunt-contrib-connect"); grunt.loadNpmTasks("grunt-contrib-watch"); grunt.loadNpmTasks("grunt-contrib-clean");