Skip to content

Commit

Permalink
Move to relay-tools org and add AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
devknoll committed Aug 27, 2015
1 parent 61919be commit 249f539
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Jimmy Jia <[email protected]>
Christoph Pojer <[email protected]>
Gerald Monaco <[email protected]>
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,23 @@
},
"repository": {
"type": "git",
"url": "https://github.com/devknoll/relay-nested-routes.git"
"url": "https://github.com/relay-tools/react-router-relay.git"
},
"keywords": [
"relay",
"react",
"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",
Expand All @@ -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"
}
}

0 comments on commit 249f539

Please sign in to comment.