From 249f539d1f32f046ea40c7a4549d77e02d8fd982 Mon Sep 17 00:00:00 2001 From: Gerald Monaco Date: Thu, 27 Aug 2015 14:17:25 -0700 Subject: [PATCH] Move to relay-tools org and add AUTHORS --- AUTHORS | 3 +++ package.json | 15 +++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..ac9eeb2 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Jimmy Jia +Christoph Pojer +Gerald Monaco \ No newline at end of file diff --git a/package.json b/package.json index 90d516c..e7e6b82 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/devknoll/relay-nested-routes.git" + "url": "https://github.com/relay-tools/react-router-relay.git" }, "keywords": [ "relay", @@ -24,12 +24,15 @@ "router", "nested" ], - "author": "Gerald Monaco", "license": "MIT", "bugs": { - "url": "https://github.com/devknoll/relay-nested-routes/issues" + "url": "https://github.com/relay-tools/react-router-relay/issues" + }, + "homepage": "https://github.com/relay-tools/react-router-relay", + "dependencies": { + "invariant": "^2.1.0", + "react-static-container": "^1.0.0-alpha.1" }, - "homepage": "https://github.com/devknoll/relay-nested-routes", "devDependencies": { "babel": "^5.5.8", "babel-eslint": "^4.0.10", @@ -39,9 +42,5 @@ "react": "^0.14.0-beta3", "react-router": "^1.0.0-beta3", "rimraf": "^2.3.4" - }, - "dependencies": { - "invariant": "^2.1.0", - "react-static-container": "^1.0.0-alpha.1" } }