Skip to content

Commit

Permalink
fix: change relay-runtime to react-relay package in peerDependencies
Browse files Browse the repository at this point in the history
Mostly developers install `react-relay` package (which includes
relay-runtime). So hide annoying warning on package install.
  • Loading branch information
nodkz committed Jun 6, 2018
1 parent 5733f10 commit 331a2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/relay-tools/react-relay-network-modern#readme",
"dependencies": {},
"peerDependencies": {
"relay-runtime": ">=1.4.0"
"react-relay": ">=1.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 331a2f7

Please sign in to comment.