Skip to content

Commit de60250

Browse files
author
Weyoss
committed
build: update repository links and issue tracking
- Update homepage and bugs URLs in package.json files - This change affects redis-smq-common and redis-smq-rest-api packages
1 parent 1562d8f commit de60250

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/redis-smq-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"message broker",
2323
"message-broker"
2424
],
25-
"homepage": "https://github.com/weyoss/redis-smq-common",
25+
"homepage": "https://github.com/weyoss/redis-smq",
2626
"bugs": {
27-
"url": "https://github.com/weyoss/redis-smq-common/issues"
27+
"url": "https://github.com/weyoss/redis-smq/issues"
2828
},
2929
"type": "module",
3030
"main": "./dist/cjs/index.js",

packages/redis-smq-rest-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"type": "git",
2222
"url": "https://github.com/weyoss/redis-smq.git"
2323
},
24-
"homepage": "https://github.com/weyoss/redis-smq-rest-api",
24+
"homepage": "https://github.com/weyoss/redis-smq",
2525
"bugs": {
26-
"url": "https://github.com/weyoss/redis-smq-rest-api/issues"
26+
"url": "https://github.com/weyoss/redis-smq/issues"
2727
},
2828
"type": "module",
2929
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)