Skip to content

Commit cf944cd

Browse files
committed
fix: move adminforth to the peer dependencies
1 parent f7160f1 commit cf944cd

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
@@ -43,7 +43,9 @@
4343
"typescript": "^5.7.3"
4444
},
4545
"dependencies": {
46-
"adminforth": "^2.4.0-next.308",
4746
"semantic-release-slack-bot": "^4.0.2"
47+
},
48+
"peerDependencies": {
49+
"adminforth": "^2.4.0-next.308"
4850
}
4951
}

0 commit comments

Comments
 (0)