chore(Gruntfile.js): fix jscs task

pull/154/head
Estevão Soares dos Santos 2015-04-22 16:56:31 +01:00
parent 7232187b56
commit 9c29f62fb3
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ module.exports = function (grunt) {
jscs: {
options: {
config: '.jscs.json',
files: [
},
files: {
src: [
'Gruntfile.js',
'src/**/*.js',
'test/**/*.js'