Skip to content

Commit

Permalink
build: Fix url repository
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Jan 18, 2025
1 parent 958f8a8 commit 6c7d9e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "MIT",
"description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module",
"bin": "bin.js",
"repository": "https://github.com/unlight/nestjs-graphql-prisma.git",
"bugs": {
"url": "https://github.com/unlight/nestjs-graphql-prisma/issues"
"repository": {
"type": "git",
"url": "https://github.com/unlight/prisma-nestjs-graphql.git"
},
"homepage": "https://github.com/unlight/nestjs-graphql-prisma#readme",
"homepage": "https://github.com/unlight/prisma-nestjs-graphql",
"keywords": [
"nestjs",
"graphql",
Expand Down

0 comments on commit 6c7d9e5

Please sign in to comment.