Skip to content

Commit 3b750b4

Browse files
committed
fix(semantic-release): set repository.url in package.json
1 parent 8f67326 commit 3b750b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "try-prisma",
33
"version": "0.0.0-semantically-released",
44
"description": "A CLI tool to help get you up and running with any Prisma example project.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/prisma/try-prisma"
8+
},
59
"type": "module",
610
"exports": "./dist/index.js",
711
"files": [

0 commit comments

Comments
 (0)