mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
module.exports = function(grunt) {
|
|
grunt.loadNpmTasks('grunt-release');
|
|
};
|