Skip to content

Commit

Permalink
chore(types): add back a11ywatch runner
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Sep 27, 2023
1 parent a513cfc commit 37ed49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kayle/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type Issue = {
message: string;
type: "error" | "warning" | "notice";
typeCode: number;
runner: "htmlcs" | "axe" | "ace";
runner: "htmlcs" | "axe" | "ace" | "a11ywatch";
runnerExtras: Record<string, unknown>;
recurrence: number;
selector: string;
Expand Down
2 changes: 1 addition & 1 deletion kayle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kayle",
"version": "0.7.5",
"version": "0.7.6",
"description": "Extremely fast and accurate accessibility engine built for any headless tool like playwright or puppeteer.",
"main": "./build/index.js",
"keywords": [
Expand Down

0 comments on commit 37ed49f

Please sign in to comment.