Skip to content

Commit b3ac9ee

Browse files
authored
Merge branch 'master' into greenkeeper-graphql-0.7.1
2 parents 1561452 + f2b7e88 commit b3ac9ee

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

examples/hello-world/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"express": "^4.14.0",
4545
"graphql": "^0.7.0",
4646
"graphql-tools": "^0.6.5",
47-
"graphql-typings": "0.0.1-beta-2",
4847
"nodemon": "^1.10.2",
4948
"ts-node": "1.2.1",
5049
"tslint": "3.13.0",

examples/hello-world/src/typings.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
// https://github.com/typings/typings
33
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
44

5-
/// <reference types="graphql-typings" />
65

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@angular/core": "^2.0.0",
4646
"@angular/platform-browser": "^2.0.0",
4747
"@angular/platform-browser-dynamic": "^2.0.0",
48+
"@types/chai": "^3.4.33",
4849
"@types/isomorphic-fetch": "0.0.30",
4950
"@types/jasmine": "^2.2.33",
5051
"@types/lodash": "^4.14.34",

0 commit comments

Comments
 (0)