UNPKG

@plangrid/structure

Version:
9 lines (7 loc) 227 B
const yearly = require("yearly"); const editFile = require("edit-file"); const said = require("said"); editFile("LICENSE", yearly.bump, err => { if (err) throw err; said("git diff LICENSE") && said("git add LICENSE"); });