Skip to content

Commit

Permalink
avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Hiller committed Feb 8, 2015
1 parent 9553347 commit 4e487f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -39,7 +39,7 @@ module.exports = function (grunt) {

coveralls: {
options: {
coverage_dir: 'coverage/'
coverageDir: 'coverage/'
}
},

Expand Down

0 comments on commit 4e487f5

Please sign in to comment.