1 changed files with
6 additions and
6 deletions
|
|
|
@ -19,11 +19,11 @@
|
|
|
|
|
"ytdl-core": "0.29.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"assert": "^1.4.1",
|
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
|
"nyc": "^13.1.0",
|
|
|
|
|
"rewire": "^4.0.1",
|
|
|
|
|
"sinon": "^7.2.3"
|
|
|
|
|
"assert": "1.4.1",
|
|
|
|
|
"chai": "4.2.0",
|
|
|
|
|
"mocha": "5.2.0",
|
|
|
|
|
"nyc": "13.2.0",
|
|
|
|
|
"rewire": "4.0.1",
|
|
|
|
|
"sinon": "7.2.3"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|