Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 272a285

Browse files
authored
fix: package repo details
The link repository, bag, and homepage are included in the package.json
1 parent 7e25513 commit 272a285

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"author": "",
66
"private": true,
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/EddieHubCommunity/EddieBot.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/EddieHubCommunity/EddieBot/issues"
14+
},
15+
"homepage": "https://github.com/EddieHubCommunity/EddieBot#readme",
816
"scripts": {
917
"prebuild": "rimraf dist",
1018
"build": "nest build",
@@ -77,4 +85,4 @@
7785
"coverageDirectory": "../coverage",
7886
"testEnvironment": "node"
7987
}
80-
}
88+
}

0 commit comments

Comments
 (0)