Skip to content

Commit

Permalink
Upping version and making docs look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdeis committed May 5, 2018
1 parent 5680ad4 commit 8f28ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ The three configurable messages are:

* **whenFailedToMatch**: When the header fails to match the `mustMatch` pattern.
* **reportAndSkip**: When using `"onNonMatchingHeader":"report"` and a non-matching notice is found.
* **whenOutsideTolerance**: When you using `nonMatchingTolerance` to check for notice similarity and it fails to be similar enough. Passes in `similarity` as a template variable (eg `"whenOutsideTolerance":"The similarity is {{ similarity }}"`)
* **whenOutsideTolerance**: When you using `nonMatchingTolerance` to check for notice similarity and it fails to be similar enough. Passes in `similarity` as a template variable (eg `"The similarity is {{ similarity }}"`)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-notice",
"version": "0.6.7",
"version": "0.7.7",
"description": "An eslint rule that checks the top of files and --fix them too!",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 8f28ee1

Please sign in to comment.