]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fixing build
authorIsaac Cambron <isaac@isaaccambron.com>
Sun, 6 Jul 2014 18:53:57 +0000 (14:53 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Sun, 6 Jul 2014 18:53:57 +0000 (14:53 -0400)
Gruntfile.js

index b255a3d62bcf985d58a348e77cff99e271cf5d0e..561705812231d2df83c69ca434dba9d4c2b9237f 100644 (file)
@@ -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