Skip to content

Commit c6c7d2d

Browse files
committed
fix: moved cabin to peer dep
1 parent 00880af commit c6c7d2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@ladjs/shared-config": "^8.0.0",
2020
"@ladjs/store-ip-address": "^0.0.7",
2121
"boolean": "^3.2.0",
22-
"cabin": "^9.1.2",
2322
"express-request-id": "1.4.1",
2423
"kcors": "^2.2.2",
2524
"koa": "^2.13.4",
@@ -42,6 +41,7 @@
4241
"@commitlint/cli": "^17.0.3",
4342
"@commitlint/config-conventional": "^17.0.3",
4443
"ava": "^4.3.1",
44+
"cabin": "^10.0.4",
4545
"cross-env": "^7.0.3",
4646
"eslint": "^8.20.0",
4747
"eslint-config-xo-lass": "^2.0.1",
@@ -90,6 +90,9 @@
9090
],
9191
"license": "MIT",
9292
"main": "index.js",
93+
"peerDependencies": {
94+
"cabin": ">= 10"
95+
},
9396
"repository": {
9497
"type": "git",
9598
"url": "https://github.com/ladjs/api"

0 commit comments

Comments
 (0)