We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71010da commit 01ab0f2Copy full SHA for 01ab0f2
package.json
@@ -3,6 +3,10 @@
3
"version": "0.0.12",
4
"description": "Check for accessibility errors on critical pages of your Netlify website.",
5
"main": "lib/index.js",
6
+ "files": [
7
+ "lib/**/*",
8
+ "manifest.yml"
9
+ ],
10
"dependencies": {
11
"pa11y": "^6.0.1",
12
"path-type": "^4.0.0",
0 commit comments