UNPKG

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