Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #60 from apollostack/fix_typings
Browse files Browse the repository at this point in the history
Fixed typings
  • Loading branch information
helfer committed Jan 10, 2017
2 parents 4629253 + 83f9e1c commit 0b45349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/graphql": "^0.8.5",
"@types/lodash": "^4.14.34",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
Expand All @@ -40,7 +41,6 @@
"remap-istanbul": "^0.7.0",
"sinon": "^1.17.6",
"tslint": "^3.13.0",
"typed-graphql": "^1.0.1",
"typescript": "^2.0.0",
"typings": "^1.3.2"
},
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"node_modules/@types"
],
"types": [
"@types/node",
"typed-graphql"
"@types/node"
]
},
"exclude": [
Expand Down

0 comments on commit 0b45349

Please sign in to comment.