Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit 5edca36

Browse files
committed
fix: Removed unnecessary types dep
1 parent e6425d7 commit 5edca36

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ytdl/ytdl",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A CLI/Library written in typescript/javascript, which allows you to download videos from [YouTube](http://youtube.com) onto your system.",
55
"keywords": [
66
"youtube",
@@ -47,6 +47,7 @@
4747
"@types/chai": "^4.2.11",
4848
"@types/commander": "^2.12.2",
4949
"@types/eslint": "^6.1.9",
50+
"@types/fluent-ffmpeg": "^2.1.14",
5051
"@types/mocha": "^7.0.2",
5152
"@types/node": "^13.9.8",
5253
"@types/winston": "^2.4.4",
@@ -63,7 +64,6 @@
6364
"typescript": "^3.8.3"
6465
},
6566
"dependencies": {
66-
"@types/fluent-ffmpeg": "^2.1.14",
6767
"axios": "^0.19.2",
6868
"commander": "^5.0.0",
6969
"fluent-ffmpeg": "^2.1.2",

0 commit comments

Comments
 (0)