Skip to content

Commit

Permalink
removed grunt-contrib-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Dec 8, 2015
1 parent 9e2e65d commit d035796
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
module.exports = function(grunt) {
'use strict';

grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-jshint');

grunt.initConfig({
clean: {
coverage: ['coverage/**']
},
jshint: {
options: {
jshintrc: true
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"istanbul": "^0.3.0",
Expand Down

0 comments on commit d035796

Please sign in to comment.