Skip to content

Commit

Permalink
chore: add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rfermann committed Apr 17, 2021
1 parent a8e5141 commit c31dafe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rfermann/nestjs-prisma-graphql-generator"
},
"bin": {
"nestjs-prisma-graphql": "lib/index.js"
},
Expand Down

0 comments on commit c31dafe

Please sign in to comment.