Skip to content

Commit 81adae6

Browse files
committed
npm
1 parent f4d7713 commit 81adae6

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

packages/plugins/typescript/react-query/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@graphql-codegen/typescript-react-query",
2+
"name": "@alumbo/typescript-react-query",
33
"version": "6.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/dotansimha/graphql-code-generator-community.git",
8+
"url": "git+https://github.com/dotansimha/graphql-code-generator-community.git",
99
"directory": "packages/plugins/typescript/react-query"
1010
},
1111
"license": "MIT",
@@ -52,5 +52,15 @@
5252
},
5353
"typescript": {
5454
"definition": "dist/typings/index.d.ts"
55-
}
55+
},
56+
"directories": {
57+
"test": "tests"
58+
},
59+
"author": "Matthieu Chavigny",
60+
"bugs": {
61+
"url": "https://github.com/dotansimha/graphql-code-generator-community/issues"
62+
},
63+
"homepage": "https://github.com/dotansimha/graphql-code-generator-community#readme",
64+
"keywords": [],
65+
"devDependencies": {}
5666
}

0 commit comments

Comments
 (0)