Skip to content

Commit 987f985

Browse files
committed
Fix repository in package.json to match current repo
1 parent 5efdcb8 commit 987f985

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/plugins/c-sharp/c-sharp-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-codegen/c-sharp-common",
33
"version": "1.2.0",
44
"type": "module",
5-
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
5+
"repository": "[email protected]:dotansimha/graphql-code-generator-community.git",
66
"license": "MIT",
77
"engines": {
88
"node": ">= 16.0.0"

packages/plugins/c-sharp/c-sharp-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.2.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
6-
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
6+
"repository": "[email protected]:dotansimha/graphql-code-generator-community.git",
77
"license": "MIT",
88
"engines": {
99
"node": ">= 16.0.0"

packages/plugins/c-sharp/c-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.1.2",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
6-
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
6+
"repository": "[email protected]:dotansimha/graphql-code-generator-community.git",
77
"license": "MIT",
88
"engines": {
99
"node": ">= 16.0.0"

0 commit comments

Comments
 (0)