Skip to content

Commit 4e60f2d

Browse files
authored
Merge pull request #18 from prisma/updated-package-json-repo-url
added package.json repo url
2 parents 52993d1 + ff1e1b5 commit 4e60f2d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Setup pnpm
1818
uses: pnpm/action-setup@v4

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@prisma/ppg",
33
"version": "1.0.0",
44
"description": "Lightweight client for Prisma Postgres",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/prisma/ppg-client"
8+
},
59
"keywords": [
610
"prisma",
711
"postgres",
@@ -53,4 +57,4 @@
5357
"dependencies": {
5458
"ws": "^8.18.3"
5559
}
56-
}
60+
}

0 commit comments

Comments
 (0)