Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Dec 1, 2017
1 parent 63696ac commit a709154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-yoga",
"version": "0.1.8",
"version": "0.2.0",
"main": "dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,15 +32,15 @@
"dependencies": {
"@types/cors": "^2.8.3",
"@types/express": "^4.0.39",
"@types/graphql": "^0.11.6",
"@types/graphql": "^0.11.7",
"@types/zen-observable": "^0.5.3",
"apollo-link": "^1.0.3",
"apollo-server-express": "^1.2.0",
"apollo-upload-server": "^4.0.0-alpha.1",
"cors": "^2.8.4",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-playground-middleware-express": "^1.2.0",
"graphql-playground-middleware-express": "^1.3.0",
"graphql-subscriptions": "^0.5.4",
"graphql-tools": "^2.7.2",
"portfinder": "^1.0.13",
Expand All @@ -49,6 +49,6 @@
"devDependencies": {
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.6.1"
"typescript": "^2.6.2"
}
}

0 comments on commit a709154

Please sign in to comment.