no return needed in gruntfile

This commit is contained in:
Jason Karns
2014-10-19 23:21:48 -04:00
parent 14a284ba4c
commit df9c1d3e2a

View File

@@ -1,3 +1,3 @@
module.exports = function(grunt) {
return grunt.loadNpmTasks('grunt-release');
grunt.loadNpmTasks('grunt-release');
};