Skip to content

Commit 50a939e

Browse files
committed
Changed github links in package.json.
1 parent acdf1a1 commit 50a939e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tamimaj/nestjs-redis-streams",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Redis Streams Transport for NestJS.",
55
"author": "Tamim Abbas Aljuratli <https://tamim.es>",
66
"private": false,
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/tamimaj/@tamimaj/nestjs-redis-streams.git"
21+
"url": "https://github.com/tamimaj/nestjs-redis-streams.git"
2222
},
2323
"keywords": [
2424
"nest",
@@ -32,9 +32,9 @@
3232
"nest redis streams transport"
3333
],
3434
"bugs": {
35-
"url": "https://github.com/tamimaj/@tamimaj/nestjs-redis-streams/issues"
35+
"url": "https://github.com/tamimaj/nestjs-redis-streams/issues"
3636
},
37-
"homepage": "https://github.com/tamimaj/@tamimaj/nestjs-redis-streams#readme",
37+
"homepage": "https://github.com/tamimaj/nestjs-redis-streams#readme",
3838
"peerDependencies": {
3939
"@nestjs/common": "^9.0.0",
4040
"@nestjs/microservices": "^9.0.0",

0 commit comments

Comments
 (0)