From: Isaac Cambron Date: Sun, 6 Jul 2014 18:53:57 +0000 (-0400) Subject: fixing build X-Git-Tag: 2.8.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ffebfbb9532beb9c5c5e3416cde3c1d1d6885d;p=thirdparty%2Fmoment.git fixing build --- diff --git a/Gruntfile.js b/Gruntfile.js index b255a3d62..561705812 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -210,7 +210,7 @@ module.exports = function (grunt) { // code style 'jshint', 'jscs', // node tests - 'test:node', + 'test:node' ]); // Task to be run when releasing a new version