Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

change version to 0.1.0

Changed files
+1 -1
+1 -1
package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.0.0",
+
"version": "0.1.0",
"description": "https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin",
"main": "./dist/index.js",
"module": "./dist/index.module.js",