Replace grunt-qunit-istanbul with grunt-contrib-qunit

This commit is contained in:
nein09 2017-12-01 16:21:08 -08:00
parent 6dfeddb4b7
commit 343e990738

View File

@ -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");