mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
include peerDependenciesMeta (#1281)
* peerDependencies should be optionalDependencies * peerDependenciesMeta * Update package.json
This commit is contained in:
@@ -51,6 +51,12 @@
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"sharp": "^0.29.3"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@adiwajshing/keyed-db": { "optional": true },
|
||||
"jimp": { "optional": true },
|
||||
"qrcode-terminal": { "optional": true },
|
||||
"sharp": { "optional": true }
|
||||
},
|
||||
"files": [
|
||||
"lib/*",
|
||||
"WAProto/*",
|
||||
|
||||
Reference in New Issue
Block a user