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.
1 parent 7f4e223 commit e890e1eCopy full SHA for e890e1e
package.json
@@ -1,9 +1,12 @@
1
{
2
"name": "graphql-binding-github",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"main": "dist/index.js",
5
"typings": "./dist/index.d.ts",
6
- "files": ["dist", "schema"],
+ "files": [
7
+ "dist",
8
+ "schema"
9
+ ],
10
"scripts": {
11
"prepublish": "npm run build",
12
"build": "rm -rf dist && tsc -d"
@@ -13,10 +16,10 @@
13
16
"apollo-link-http": "^1.3.0",
14
17
"cross-fetch": "^1.1.1",
15
18
"graphql": "^0.11.7",
- "graphql-tools": "^2.11.0"
19
+ "graphql-tools": "^2.12.0"
20
},
21
"devDependencies": {
22
"@types/graphql": "^0.11.7",
- "@types/node": "^8.0.54"
23
+ "@types/node": "^8.0.56"
24
}
25
0 commit comments