graphql-playground-middleware-express
Advanced tools
Comparing version 1.3.8-beta.3 to 1.3.8-beta.4
{ | ||
"name": "graphql-playground-middleware-express", | ||
"version": "1.3.8-beta.3", | ||
"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).", | ||
"version": "1.3.8-beta.4", | ||
"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": [ | ||
@@ -16,3 +14,5 @@ "Tim Suchanek <tim@graph.cool>", | ||
"main": "dist/index.js", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"playgroundVersion": "1.3.8-beta.2", | ||
@@ -23,3 +23,8 @@ "scripts": { | ||
}, | ||
"keywords": ["graphql", "graphiql", "playground", "graphcool"], | ||
"keywords": [ | ||
"graphql", | ||
"graphiql", | ||
"playground", | ||
"graphcool" | ||
], | ||
"peerDependencies": { | ||
@@ -26,0 +31,0 @@ "express": "^4.16.2" |
9653