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 22c33fe commit 4ee1abdCopy full SHA for 4ee1abd
.npmignore
@@ -0,0 +1,4 @@
1
+node_modules
2
+reports
3
+npm-debug.log
4
+coverage
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jsx-a11y",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
5
"keywords": [
6
"eslint",
@@ -15,7 +15,7 @@
15
"type": "git",
16
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
17
},
18
- "main": "lib/index.js",
+ "main": "index.js",
19
"scripts": {
20
"build": "webpack --config .webpack.config.js --optimize-minimize",
21
"prepublish": "npm run lint && npm run test && npm run build",
0 commit comments