Skip to content

Commit

Permalink
fix codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
wattnpapa committed Aug 23, 2017
1 parent 6ecb2b1 commit cb18fc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Expand Up @@ -8,12 +8,12 @@ module.exports = function (grunt) {

concat: {
options: {
separator: ';',
separator: ';'
},
dist: {
src: ['src/*.js'],
dest: 'dist/<%= pkg.name %>.js',
},
dest: 'dist/<%= pkg.name %>.js'
}
},

jshint: {
Expand All @@ -35,7 +35,7 @@ module.exports = function (grunt) {
csslint: {
strict: {
src: ['src/*.css']
},
}
},

jsdoc : {
Expand Down

0 comments on commit cb18fc3

Please sign in to comment.