UNPKG

vidcap

Version:

koma video capture.

11 lines (10 loc) 269 B
module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), release: { options: { } } }); grunt.loadNpmTasks('grunt-release'); grunt.registerTask('default', ['release:patch']); };