Skip to content

Commit

Permalink
fix Gruntfile for 0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
c089 committed Jan 12, 2013
1 parent e981f07 commit 9d3d4f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = function(grunt) {
grunt.initConfig({
coffeelint: {
one: {
files: ['test/fixtures/*.coffee'],
files: {
src: ['test/fixtures/*.coffee'],
},
options: {
indentation: {
value: 2,
Expand Down

0 comments on commit 9d3d4f5

Please sign in to comment.