Skip to content

Commit 341bcd8

Browse files
committed
fix: add missing repository name to the adminforth package
1 parent bca7178 commit 341bcd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adminforth/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"bin": {
1414
"adminforth": "./commands/cli.js"
1515
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/devforth/adminforth.git"
19+
},
1620
"scripts": {
1721
"test": "echo \"Error: no test specified yet\" && exit 1",
1822
"build": "rm -rf dist && tsc && pnpm prepareDist",

0 commit comments

Comments
 (0)