@das.laboratory/htmlhint-config-interactive
v2.0.0
Published
HTMLHint config for simpleshow interactive projects.
Downloads
9
Readme
htmlhint-config-interactive
This package will install HTMLHint in your workspace.
As of now (see issue #279), HTMLHint doesn't allow to extend a configuration file. So all this package does is installing HTMLHint.
I'll keep it for the time when HTMLHint has implemented the features described in the issue above.
For general details go here.
Publish new version to npm registry
Syntax
npm run bump:<newversion> --message=<commitmessage>
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