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'); };