Skip to content

Commit e3a416d

Browse files
committed
fix: move adminforth to the peer dependencies
1 parent b9bd157 commit e3a416d

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
@@ -54,7 +54,9 @@
5454
]
5555
},
5656
"dependencies": {
57-
"adminforth": "^2.4.0-next.332",
5857
"clone": "^2.1.2"
58+
},
59+
"peerDependencies": {
60+
"adminforth": "^2.4.0-next.332"
5961
}
6062
}

0 commit comments

Comments
 (0)