graphql-language-service-types
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "graphql-language-service-types", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
@@ -20,3 +20,3 @@ "contributors": [ | ||
], | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -23,0 +23,0 @@ "test": "echo 'Please run `npm test` from the root of the repo' && exit 1", |
7116