UNPKG

smart-textarea

Version:

A simplistic textarea in browser that supports undo, redo, find, and replace.

17 lines 355 B
{ "git": { "tagName": "v${version}", "commit": false, "push": false }, "github": { "release": false }, "npm": { "publish": true }, "pkgFiles": ["package.json", "package-lock.json"], "scripts": { "afterBump": "git add . && git commit --amend --no-edit" } }