Skip to content

Commit 34abfeb

Browse files
authored
Merge branch 'master' into greenkeeper/chai-4.0.0
2 parents 5e29cd7 + 7d5fb78 commit 34abfeb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.12"
43
- "4"
5-
- "6"
4+
- "6"
5+
- "8"
6+
- "9"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"devDependencies": {
3838
"chai": "^4.0.0",
39-
"graphql": "^0.8.2",
40-
"graphql-relay": "^0.4.4",
39+
"graphql": "^0.9.0",
40+
"graphql-relay": "^0.5.0",
4141
"istanbul": "^0.4.5",
4242
"mocha": "^3.0.2",
4343
"multiline": "^1.0.2"

0 commit comments

Comments
 (0)