We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e29cd7 + 7d5fb78 commit 34abfebCopy full SHA for 34abfeb
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
- - "0.12"
4
- "4"
5
- - "6"
+ - "6"
+ - "8"
6
+ - "9"
package.json
@@ -36,8 +36,8 @@
36
},
37
"devDependencies": {
38
"chai": "^4.0.0",
39
- "graphql": "^0.8.2",
40
- "graphql-relay": "^0.4.4",
+ "graphql": "^0.9.0",
+ "graphql-relay": "^0.5.0",
41
"istanbul": "^0.4.5",
42
"mocha": "^3.0.2",
43
"multiline": "^1.0.2"
0 commit comments