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

Update repository URL in package.json (#19)

Daniel 80d59f61 4ef25d4c

Changed files
+3 -3
+3 -3
package.json
···
},
"repository": {
"type": "git",
-
"url": "git+https://github.com/JoviDeCroock/GraphQLSP.git"
+
"url": "git+https://github.com/0no-co/GraphQLSP.git"
},
"keywords": [
"GraphQL",
···
"author": "0no.co <hi@0no.co>",
"license": "MIT",
"bugs": {
-
"url": "https://github.com/JoviDeCroock/GraphQLSP/issues"
+
"url": "https://github.com/0no-co/GraphQLSP/issues"
},
-
"homepage": "https://github.com/JoviDeCroock/GraphQLSP#readme",
+
"homepage": "https://github.com/0no-co/GraphQLSP#readme",
"prettier": {
"singleQuote": true,
"arrowParens": "avoid",