Skip to content

Commit 6902356

Browse files
committed
make the shell-api peer dep optional
1 parent 2d92619 commit 6902356

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/mongodb-ts-autocomplete/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"peerDependencies": {
5151
"@mongosh/shell-api": "^3.13.0"
5252
},
53+
"peerDependenciesMeta": {
54+
"@mongosh/shell-api": {
55+
"optional": true
56+
}
57+
},
5358
"dependencies": {
5459
"@mongodb-js/ts-autocomplete": "^0.3.2",
5560
"mongodb-schema": "^12.6.2",

0 commit comments

Comments
 (0)