From 4e487f504832c622e63f96aa4906bdb507362c90 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sat, 7 Feb 2015 21:57:37 -0800 Subject: [PATCH] avoid deprecation warning --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1728f7e..3b902a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,7 +39,7 @@ module.exports = function (grunt) { coveralls: { options: { - coverage_dir: 'coverage/' + coverageDir: 'coverage/' } },