Skip to content

Commit

Permalink
chore: mark optional peerDependencies as optional (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored and iCrawl committed Nov 4, 2019
1 parent 3a9eb5b commit 3c634b2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Expand Up @@ -54,6 +54,29 @@
"zlib-sync": "^0.1.4",
"zucc": "^0.1.0"
},
"peerDependenciesMeta": {
"@discordjs/uws": {
"optional": true
},
"bufferutil": {
"optional": true
},
"erlpack": {
"optional": true
},
"libsodium-wrappers": {
"optional": true
},
"sodium": {
"optional": true
},
"zlib-sync": {
"optional": true
},
"zucc": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^10.12.24",
"@types/ws": "^6.0.1",
Expand Down

0 comments on commit 3c634b2

Please sign in to comment.