1.1.0 • Published 1 year ago
@das.laboratory/interactive-config-main v1.1.0
interactive-config-main
This package will install linters and formatters with their corresponding rules in your workspace.
For details go here.
Publish new version to npm registry
Syntax
npm run bump:\ --message=\
Options
newversion: major | minor | patch | premajor | preminor | prepatch | prerelease
commitmessage: A string that will become the commit message (if unclean, the repository will be committed before published on npm)
Example
$ npm run bump:patch --message="Fixed that thing with the error. Like... you know. That error."
See also: npm-version npm-publish Updating your published package version number
Cheers, Nicolas