Skip to content

Commit

Permalink
🐞 fix: fix pkg error
Browse files Browse the repository at this point in the history
  • Loading branch information
gylove1994 committed Sep 25, 2024
1 parent 55a66b6 commit 4060052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bin"
],
"bin": {
"npg": "./bin/npg"
"npg": "bin/npg"
},
"keywords": [
"nestjs",
Expand All @@ -31,7 +31,7 @@
"homepage": "https://github.com/gylove1994/nestjs-prisma-generator",
"repository": {
"type": "git",
"url": "https://github.com/gylove1994/nestjs-prisma-generator.git"
"url": "git+https://github.com/gylove1994/nestjs-prisma-generator.git"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 4060052

Please sign in to comment.