Skip to content

Commit 7d217fa

Browse files
committed
added repo url
1 parent c166374 commit 7d217fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "nestjs-pubsub-lib",
33
"description": "A robust, type-safe, and production-ready Google Pub/Sub module for NestJS.",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/stubbies/nestjs-pubsub-lib.git"
9+
},
610
"peerDependencies": {
711
"@google-cloud/pubsub": "^4.9.0",
812
"@nestjs/common": "11.0.7"

0 commit comments

Comments
 (0)