Skip to content

Commit

Permalink
v1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Dec 24, 2017
1 parent 2cb9fe6 commit 75b9cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/graphql-playground-middleware-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.3.10",
"version": "1.3.11",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -29,11 +29,11 @@
"express": "^4.16.2"
},
"devDependencies": {
"@types/node": "^8.0.47",
"typescript": "^2.6.1"
"@types/node": "^8.5.2",
"typescript": "^2.6.2"
},
"dependencies": {
"graphql-playground-html": "^1.3.10-beta.3",
"graphql-playground-html": "^1.3.11",
"graphql-playground-middleware": "^1.2.1-beta.6"
},
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 75b9cd2

Please sign in to comment.