Make opusscript a dependency

This commit is contained in:
Amish Shah 2016-08-28 18:55:21 +01:00
parent a91fcd5cab
commit 93771ce6d0
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,8 @@
"dependencies": {
"superagent": "^1.5.0",
"tweetnacl": "^0.14.3",
"ws": "^1.1.1"
"ws": "^1.1.1",
"opusscript": "^0.0.1"
},
"devDependencies": {
"jsdoc-parse": "^1.2.7",