UNPKG

106 BJavaScriptView Raw
1module.exports = function (grunt) {
2 grunt.loadNpmTasks('grunt-release');
3 grunt.initConfig({
4
5 });
6};