Skip to content

Commit

Permalink
Remove extractors peer dependencies (#1718)
Browse files Browse the repository at this point in the history
* fix declaration not found

* Remove extractors peer dependencies

* Regenerate yarn.lock

* Forgot to do it in project root
  • Loading branch information
catplvsplus authored Apr 15, 2023
1 parent 4ec7367 commit 10c5eec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions examples/karasu/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ __metadata:
soundcloud-scraper: ^5.0.3
spotify-url-info: ^3.2.3
youtube-sr: ^4.3.4
peerDependencies:
play-dl: 1.x
ytdl-core: 4.x
languageName: node
linkType: soft

Expand Down
4 changes: 0 additions & 4 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"play-dl": "^1.9.6",
"ytdl-core": "^4.11.2"
},
"peerDependencies": {
"play-dl": "1.x",
"ytdl-core": "4.x"
},
"dependencies": {
"file-type": "^16.5.4",
"genius-lyrics": "^4.4.2",
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ __metadata:
spotify-url-info: ^3.2.3
youtube-sr: ^4.3.4
ytdl-core: ^4.11.2
peerDependencies:
play-dl: 1.x
ytdl-core: 4.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 10c5eec

Please sign in to comment.