UNPKG

rethinkdb-migrate

Version:
15 lines (12 loc) 208 B
'use strict' module.exports = function (grunt) { grunt.loadNpmTasks('grunt-release') grunt.initConfig({ release: { options: { npm: true, indentation: ' ' } } }) }