Skip to content

Commit eee0500

Browse files
committedDec 11, 2017
minimum node version
1 parent bb5b286 commit eee0500

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

Diff for: ‎example/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"now": {
1212
"alias": "graphql-binding-github"
13-
}
13+
},
14+
"engines": { "node": ">=8.0.0" }
1415
}

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"build": "rm -rf dist && tsc -d"
1313
},
1414
"dependencies": {
15-
"apollo-link": "^1.0.5",
16-
"apollo-link-http": "^1.3.0",
15+
"apollo-link": "^1.0.6",
16+
"apollo-link-http": "^1.3.1",
1717
"cross-fetch": "^1.1.1",
1818
"graphql": "^0.11.7",
1919
"graphql-tools": "^2.12.0"
2020
},
2121
"devDependencies": {
2222
"@types/graphql": "^0.11.7",
23-
"@types/node": "^8.0.56"
23+
"@types/node": "^8.0.57"
2424
}
2525
}

0 commit comments

Comments
 (0)
Please sign in to comment.