Skip to content

Commit 8dedc2d

Browse files
committed
add manifest
1 parent 7663876 commit 8dedc2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ netlify-build
8080
- https://github.com/jaimeiniesta/serverless-axe-cli/pull/1
8181
- https://github.com/adieuadieu/serverless-chrome/issues/143
8282
- https://gist.github.com/stephenmathieson/57c1fa4a8a6bdbb489f91d4a4f713ee9
83-
- npm install chromedriver
83+
- npm install chromedriver
84+
- https://github.com/SeleniumHQ/selenium/issues/4863
85+
- https://www.selenium.dev/documentation/en/webdriver/driver_requirements/
86+
- https://github.com/dequelabs/axe-cli/issues/84

manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: netlify-plugin-axe

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
},
1818
"keywords": [
1919
"netlify",
20-
"netlify-plugin"
20+
"netlify-plugin",
21+
"accessibility",
22+
"a11y"
2123
],
2224
"author": "swyx <shawnthe1@gmail.com>",
2325
"license": "MIT",

0 commit comments

Comments
 (0)