We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286907a commit 8e6d829Copy full SHA for 8e6d829
1 file changed
package.json
@@ -5,10 +5,12 @@
5
"main": "./lib/index.js",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/romeovs/react-a11y.git"
+ "url": "git+https://github.com/romeovs/react-a11y.git"
9
},
10
"homepage": "https://github.com/romeovs/react-a11y/blob/master/README.md",
11
- "bugs": "https://github.com/romeovs/react-a11y/issues",
+ "bugs": {
12
+ "url": "https://github.com/romeovs/react-a11y/issues"
13
+ },
14
"scripts": {
15
"test": "npm run mocha # && npm run karma # commenting out karma until failing test is fixed",
16
"docs": "mkdir -p docs/rules && babel-node mkdocs.js",
@@ -75,5 +77,9 @@
75
77
"react",
76
78
"a11y"
79
],
- "dependencies": {}
80
+ "dependencies": {},
81
+ "directories": {
82
+ "doc": "docs",
83
+ "test": "test"
84
+ }
85
}
0 commit comments