Skip to content

Commit 6c7d9e5

Browse files
committed
build: Fix url repository
1 parent 958f8a8 commit 6c7d9e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "MIT",
55
"description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module",
66
"bin": "bin.js",
7-
"repository": "https://github.com/unlight/nestjs-graphql-prisma.git",
8-
"bugs": {
9-
"url": "https://github.com/unlight/nestjs-graphql-prisma/issues"
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/unlight/prisma-nestjs-graphql.git"
1010
},
11-
"homepage": "https://github.com/unlight/nestjs-graphql-prisma#readme",
11+
"homepage": "https://github.com/unlight/prisma-nestjs-graphql",
1212
"keywords": [
1313
"nestjs",
1414
"graphql",

0 commit comments

Comments
 (0)