Skip to content

Commit

Permalink
removed complexity check, not compatible with ES2015 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarch committed Jun 25, 2015
1 parent ec54179 commit cd84bb8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,13 @@ module.exports = function (grunt) {
'jshint'
]);

grunt.registerTask('gpa', [
'complexity'
]);

grunt.registerTask('build', [
'browserify',
'uglify'
]);

grunt.registerTask('default', [
'lint',
'gpa',
'test',
'build'
]);
Expand Down

0 comments on commit cd84bb8

Please sign in to comment.