Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
update to support apollo-client updates
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed May 4, 2016
1 parent 25f7407 commit 540dbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "0.3.0",
"version": "0.3.1",
"description": "React data container for Apollo Client",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"react": "0.14.x || 15.* || ^15.0.0-rc",
"redux": "^2.0.0 || ^3.0.0",
"apollo-client": "^0.1.0 || ^0.2.0"
"apollo-client": "^0.1.0 || ^0.2.0 || ^0.3.0"
},
"devDependencies": {
"apollo-client": "0.1.1",
Expand Down

0 comments on commit 540dbce

Please sign in to comment.