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 03cb43e commit 6c01f1eCopy full SHA for 6c01f1e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-jsx-a11y",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
5
"keywords": [
6
"eslint",
@@ -11,6 +11,10 @@
11
"jsx"
12
],
13
"author": "Ethan Cohen",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
17
+ },
18
"main": "lib/index.js",
19
"scripts": {
20
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
0 commit comments