We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa32346 commit c715c45Copy full SHA for c715c45
1 file changed
package.json
@@ -5,10 +5,10 @@
5
"main": "./lib/index.js",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/reactjs/react-a11y.git"
+ "url": "https://github.com/romeovs/react-a11y.git"
9
},
10
- "homepage": "https://github.com/reactjs/react-a11y/blob/latest/README.md",
11
- "bugs": "https://github.com/reactjs/react-a11y/issues",
+ "homepage": "https://github.com/romeovs/react-a11y/blob/master/README.md",
+ "bugs": "https://github.com/romeovs/react-a11y/issues",
12
"scripts": {
13
"test": "npm run mocha && npm run karma",
14
"docs": "mkdir -p docs/rules && babel-node mkdocs.js",
0 commit comments