Skip to content

Commit 43b2d36

Browse files
committed
fix: move adminforth to the peer dependencies
1 parent e6155d7 commit 43b2d36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@
3030
"dependencies": {
3131
"@aws-sdk/client-ses": "^3.654.0",
3232
"@sapphire/async-queue": "^1.5.5",
33-
"adminforth": "^2.4.0-next.246",
3433
"chokidar": "^4.0.1",
3534
"fs-extra": "^11.3.2",
3635
"iso-3166": "^4.3.0",
3736
"iso-639-1": "^3.1.3"
3837
},
38+
"peerDependencies": {
39+
"adminforth": "^2.4.0-next.246"
40+
},
3941
"devDependencies": {
4042
"@types/node": "^22.10.7",
4143
"i18n-iso-countries": "^7.13.0",

0 commit comments

Comments
 (0)