From df9c1d3e2a276e106a5fbfdc6726d4a5cb5464f3 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Sun, 19 Oct 2014 23:21:48 -0400 Subject: [PATCH] no return needed in gruntfile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index dc2e0bd..080dd02 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,3 +1,3 @@ module.exports = function(grunt) { - return grunt.loadNpmTasks('grunt-release'); + grunt.loadNpmTasks('grunt-release'); };