Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
YanTheFawn committed Aug 8, 2015
1 parent 30d2b0f commit 8584629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Specifies a pipeline of functions (or modules) through which the browserified bu
browserify: {
dist: {
files: {
'build/module.js': ['client/scripts/**/*.js', 'client/scripts/**/*.coffee'],
'build/module.js': ['client/scripts/**/*.js', 'client/scripts/**/*.coffee']
},
options: {
transform: ['coffeeify']
Expand Down

0 comments on commit 8584629

Please sign in to comment.