Skip to content

Commit 4ee1abd

Browse files
committed
0.1.1 - Include .npmignore
1 parent 22c33fe commit 4ee1abd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
reports
3+
npm-debug.log
4+
coverage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
55
"keywords": [
66
"eslint",
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
1717
},
18-
"main": "lib/index.js",
18+
"main": "index.js",
1919
"scripts": {
2020
"build": "webpack --config .webpack.config.js --optimize-minimize",
2121
"prepublish": "npm run lint && npm run test && npm run build",

0 commit comments

Comments
 (0)