Skip to content

Commit bf0e187

Browse files
committed
renamed repository name
1 parent 5190dfb commit bf0e187

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# graphql-codegen-validation-schema (for typescript)
1+
# graphql-codegen-typescript-validation-schema
22

33
GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "graphql-codegen-validation-schema",
2+
"name": "graphql-codegen-typescript-validation-schema",
33
"version": "0.0.1",
44
"description": "GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema",
55
"respository": {
66
"type": "git",
7-
"url": "https://github.com/Code-Hex/graphql-codegen-validation-schema.git"
7+
"url": "https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema.git"
88
},
99
"main": "dist/index.js",
1010
"typings": "dist/index.d.ts",
@@ -52,6 +52,6 @@
5252
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
5353
},
5454
"bugs": {
55-
"url": "https://github.com/Code-Hex/graphql-codegen-validation-schema/issues"
55+
"url": "https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/issues"
5656
}
5757
}

0 commit comments

Comments
 (0)