Skip to content

Commit

Permalink
Fix react-router dependency. Fix #439.
Browse files Browse the repository at this point in the history
Summary: Closes #441

Reviewed By: @yungsters

Differential Revision: D2523429

fb-gh-sync-id: 854cb5e8a225baa65b2eba1f7c8240bd3b071331
  • Loading branch information
octref authored and facebook-github-bot-7 committed Oct 8, 2015
1 parent 68680bf commit c675918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-relay": "file:../../",
"react-router": "^1.0.0-rc1",
"react-router": "^1.0.0-rc3",
"react-router-relay": "^0.6.2",
"todomvc-app-css": "^2.0.1",
"todomvc-common": "^1.0.2",
Expand Down

0 comments on commit c675918

Please sign in to comment.