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

Configure Feed

Select the types of activity you want to include in your feed.

Update repository URL in package.json (#19)

authored by

Daniel and committed by
GitHub
80d59f61 4ef25d4c

+3 -3
+3 -3
package.json
··· 10 10 }, 11 11 "repository": { 12 12 "type": "git", 13 - "url": "git+https://github.com/JoviDeCroock/GraphQLSP.git" 13 + "url": "git+https://github.com/0no-co/GraphQLSP.git" 14 14 }, 15 15 "keywords": [ 16 16 "GraphQL", ··· 21 21 "author": "0no.co <hi@0no.co>", 22 22 "license": "MIT", 23 23 "bugs": { 24 - "url": "https://github.com/JoviDeCroock/GraphQLSP/issues" 24 + "url": "https://github.com/0no-co/GraphQLSP/issues" 25 25 }, 26 - "homepage": "https://github.com/JoviDeCroock/GraphQLSP#readme", 26 + "homepage": "https://github.com/0no-co/GraphQLSP#readme", 27 27 "prettier": { 28 28 "singleQuote": true, 29 29 "arrowParens": "avoid",