UNPKG

release-it

Version:

Generic CLI tool to automate versioning and package publishing-related tasks.

10 lines (7 loc) 189 B
import Plugin from '../../lib/plugin/Plugin.js'; class ReplacePlugin extends Plugin { static disablePlugin() { return ['version', 'git', 'npm']; } } export default ReplacePlugin;