UNPKG

simple-watcher

Version:

"A simple deep directory watcher with zero dependencies and built-in deduplication.."

16 lines 308 B
{ "$schema": "https://unpkg.com/release-it@18/schema/release-it.json", "git": { "commit": true, "push": true, "tag": true, "commitMessage": "chore: release v${version}" }, "github": { "release": true, "tokenRef": "GITHUB_TOKEN_CUSTOM" }, "npm": { "publish": true } }