Skip to content

Commit 6c01f1e

Browse files
author
Ethan Cohen
committed
Add repository field to package for npm.
1 parent 03cb43e commit 6c01f1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
55
"keywords": [
66
"eslint",
@@ -11,6 +11,10 @@
1111
"jsx"
1212
],
1313
"author": "Ethan Cohen",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
17+
},
1418
"main": "lib/index.js",
1519
"scripts": {
1620
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)