From 066bffbfeefb15d57d18fc3a83fc95da2e19bfbe Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Tue, 23 Dec 2014 15:52:05 +0000 Subject: [PATCH] Remove unnecessary tasks --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 541ad97..ff88131 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,8 +47,7 @@ module.exports = function(grunt) { // Load the plugins grunt.loadNpmTasks('grunt-contrib-jshint') grunt.loadNpmTasks('grunt-mocha-cli') - grunt.loadNpmTasks('grunt-istanbul') - grunt.loadNpmTasks('grunt-istanbul-coverage') + grunt.registerTask('coveralls', ['mocha_istanbul:coveralls']) // Configure tasks grunt.registerTask('default', ['test'])