Skip to content

Commit

Permalink
Update to the latest version of the aXe runner
Browse files Browse the repository at this point in the history
This fixes the issue with The Verge
  • Loading branch information
rowanmanning committed Jul 24, 2018
1 parent 2565dbd commit ac52263
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ The `run` method _must_ resolve with an array of Pa11y issues. These follow the
```js
{
code: '123', // An ID or code which identifies this error
element: {}, // The HTML element this issue relates to
element: {}, // The HTML element this issue relates to, or null if no element is found
message: 'example', // A descriptive message outlining the issue
type: 'error', // A type of "error", "warning", or "notice"
runnerExtras: {} // Additional data that your runner can provide, but isn't used by Pa11y
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pa11y-reporter-cli": "^1.0.1",
"pa11y-reporter-csv": "^1.0.0",
"pa11y-reporter-json": "^1.0.0",
"pa11y-runner-axe": "^0.3.0",
"pa11y-runner-axe": "^0.3.1",
"pa11y-runner-htmlcs": "^0.2.0",
"puppeteer": "^1.4.0",
"semver": "^5.5.0"
Expand Down

0 comments on commit ac52263

Please sign in to comment.