Skip to content

Commit 8da424a

Browse files
committed
move adminforth to the peer dependencies
1 parent eafb7bf commit 8da424a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
"author": "devforth",
2525
"license": "ISC",
2626
"dependencies": {
27-
"adminforth": "^2.4.0-next.238",
2827
"cheerio": "^1.0.0"
2928
},
29+
"peerDependencies": {
30+
"adminforth": "^2.4.0-next.238"
31+
},
3032
"devDependencies": {
3133
"@types/node": "^22.10.7",
3234
"semantic-release": "^24.2.1",

0 commit comments

Comments
 (0)