From c715c450801c8867beba8f2d973c4b09201d233a Mon Sep 17 00:00:00 2001 From: Erin Doyle Date: Fri, 24 Mar 2017 17:20:30 -0400 Subject: [PATCH] Updated urls to point to this repo instead of the forked from repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 032406c..561da3a 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "./lib/index.js", "repository": { "type": "git", - "url": "https://github.com/reactjs/react-a11y.git" + "url": "https://github.com/romeovs/react-a11y.git" }, - "homepage": "https://github.com/reactjs/react-a11y/blob/latest/README.md", - "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", "scripts": { "test": "npm run mocha && npm run karma", "docs": "mkdir -p docs/rules && babel-node mkdocs.js",