Skip to content

Commit

Permalink
Fix apollo modules paths (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jan 13, 2017
1 parent c105fed commit fe96024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lodash": "^4.17.2"
},
"peerDependencies": {
"apollo-client": "^0.7.0",
"apollo-client": "^0.7.2",
"rxjs": "^5.0.0-beta.12 || ^5.0.0-rc.1 || ^5.0.0"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"@types/sinon": "^1.16.29",
"apollo-client": "^0.7.1",
"apollo-client": "^0.7.2",
"chai": "^3.5.0",
"graphql": "^0.8.2",
"graphql-tag": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/mockNetworkInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import {
BatchedNetworkInterface,
SubscriptionNetworkInterface,
} from 'apollo-client/lib/src/transport/networkInterface';
} from 'apollo-client/transport/networkInterface';

import {
ExecutionResult,
Expand Down

0 comments on commit fe96024

Please sign in to comment.