Remove grunt-mocha from gruntfile too

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-05-26 19:20:42 -04:00
parent 215e4c3f49
commit 747dadb1c3
1 changed files with 0 additions and 1 deletions

View File

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