Skip to content

Commit e890e1e

Browse files
committed
v0.1.1
1 parent 7f4e223 commit e890e1e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "graphql-binding-github",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"typings": "./dist/index.d.ts",
6-
"files": ["dist", "schema"],
6+
"files": [
7+
"dist",
8+
"schema"
9+
],
710
"scripts": {
811
"prepublish": "npm run build",
912
"build": "rm -rf dist && tsc -d"
@@ -13,10 +16,10 @@
1316
"apollo-link-http": "^1.3.0",
1417
"cross-fetch": "^1.1.1",
1518
"graphql": "^0.11.7",
16-
"graphql-tools": "^2.11.0"
19+
"graphql-tools": "^2.12.0"
1720
},
1821
"devDependencies": {
1922
"@types/graphql": "^0.11.7",
20-
"@types/node": "^8.0.54"
23+
"@types/node": "^8.0.56"
2124
}
2225
}

0 commit comments

Comments
 (0)