Skip to content

Commit

Permalink
Make iterall a runtime dependency (#627)
Browse files Browse the repository at this point in the history
* Add iterall as a runtime dependency

Fixes #625

* Update changelog to include iterall fix
  • Loading branch information
pimterry authored and freiksenet committed Feb 12, 2018
1 parent 1072fa5 commit 4df8d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### vNEXT

* ...
* Make iterall a runtime dependency [PR #627](https://github.com/apollographql/graphql-tools/pull/627)

### v2.20.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"apollo-link": "^1.0.0",
"apollo-utilities": "^1.0.1",
"deprecated-decorator": "^0.1.6",
"iterall": "^1.1.3",
"uuid": "^3.1.0"
},
"peerDependencies": {
Expand All @@ -70,7 +71,6 @@
"graphql-subscriptions": "^0.5.6",
"graphql-type-json": "^0.1.4",
"istanbul": "^0.4.5",
"iterall": "^1.1.3",
"mocha": "^4.0.1",
"prettier": "^1.7.4",
"remap-istanbul": "0.9.6",
Expand Down

0 comments on commit 4df8d73

Please sign in to comment.