Skip to content

Commit

Permalink
chore: package meta changes (#37)
Browse files Browse the repository at this point in the history
* chore: declare peer dependencies

* don't include .github/ in published packages
TTtie authored Mar 1, 2023
1 parent 9aadd15 commit 6bf8ee7
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,4 @@ docgen
docs
node_modules
test
.github
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -66,5 +66,33 @@
"tls": false,
"tweetnacl": false,
"ws": false
},
"peerDependencies": {
"@discordjs/opus": "^0.9.0",
"eventemitter3": "^5.0.0",
"erlpack": "github:discord/erlpack || github:abalabahaha/erlpack",
"pako": "^2.1.0",
"sodium-native": "^4.0.1",
"zlib-sync": "^0.1.8"
},
"peerDependenciesMeta": {
"@discordjs/opus": {
"optional": true
},
"eventemitter3": {
"optional": true
},
"erlpack": {
"optional": true
},
"pako": {
"optional": true
},
"sodium-native": {
"optional": true
},
"zlib-sync": {
"optional": true
}
}
}

0 comments on commit 6bf8ee7

Please sign in to comment.