Skip to content

Commit cd84bb8

Browse files
committed
removed complexity check, not compatible with ES2015 syntax
1 parent ec54179 commit cd84bb8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gruntfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,13 @@ module.exports = function (grunt) {
9090
'jshint'
9191
]);
9292

93-
grunt.registerTask('gpa', [
94-
'complexity'
95-
]);
96-
9793
grunt.registerTask('build', [
9894
'browserify',
9995
'uglify'
10096
]);
10197

10298
grunt.registerTask('default', [
10399
'lint',
104-
'gpa',
105100
'test',
106101
'build'
107102
]);

0 commit comments

Comments
 (0)