Skip to content

Commit

Permalink
Mark peer dependencies as optional (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccope authored and amishshah committed Feb 24, 2019
1 parent 45a17e7 commit f61c044
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,29 @@
"sodium": "^2.0.3",
"@discordjs/uws": "^10.149.0"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"erlpack": {
"optional": true
},
"node-opus": {
"optional": true
},
"opusscript": {
"optional": true
},
"sodium": {
"optional": true
},
"libsodium-wrappers": {
"optional": true
},
"uws": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^9.4.6",
"discord.js-docgen": "discordjs/docgen",
Expand Down

0 comments on commit f61c044

Please sign in to comment.