mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
no return needed in gruntfile
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
return grunt.loadNpmTasks('grunt-release');
|
grunt.loadNpmTasks('grunt-release');
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user