UNPKG

worklog

Version:

Log your work to a specific file, from the cli.

10 lines (8 loc) 142 B
module.exports = function(grunt) { 'use strict'; grunt.config('bump', { options: { pushTo: 'origin' } }); };