From 747dadb1c36c94ae617a74a7688e65e8b6abbf1e Mon Sep 17 00:00:00 2001 From: "David Humphrey (:humph) david.humphrey@senecacollege.ca" Date: Mon, 26 May 2014 19:20:42 -0400 Subject: [PATCH] Remove grunt-mocha from gruntfile too --- gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 9856743..a23e283 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -168,7 +168,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.loadNpmTasks('grunt-mocha'); grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-bump'); grunt.loadNpmTasks('grunt-npm');