Skip to content

Commit 0143e06

Browse files
committed
build: Fix url repository
1 parent 958f8a8 commit 0143e06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/unlight/nestjs-graphql-prisma.git"
10+
},
811
"bugs": {
912
"url": "https://github.com/unlight/nestjs-graphql-prisma/issues"
1013
},

0 commit comments

Comments
 (0)