mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Make opusscript a dependency
This commit is contained in:
parent
a91fcd5cab
commit
93771ce6d0
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -28,7 +28,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"superagent": "^1.5.0",
|
"superagent": "^1.5.0",
|
||||||
"tweetnacl": "^0.14.3",
|
"tweetnacl": "^0.14.3",
|
||||||
"ws": "^1.1.1"
|
"ws": "^1.1.1",
|
||||||
|
"opusscript": "^0.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jsdoc-parse": "^1.2.7",
|
"jsdoc-parse": "^1.2.7",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue