diff options
| author | Matt Foxx <[email protected]> | 2024-03-18 23:30:35 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-18 22:30:35 -0500 |
| commit | 845899e96da22f0a8cdc392b3a85ed7c242ee311 (patch) | |
| tree | fc99930a3c4cb48608418a4b4cd0c262fc202c90 /package.json | |
| parent | bd446a3aebcf27a83b2037bbcb475fb4a7ced0bc (diff) | |
| download | muse-845899e96da22f0a8cdc392b3a85ed7c242ee311.tar.xz muse-845899e96da22f0a8cdc392b3a85ed7c242ee311.zip | |
refactor: Use patch-package to patch ytdl-core (#1006)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 7634907..a46acff 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "prisma:generate": "prisma generate", "env:set-database-url": "tsx src/scripts/run-with-database-url.ts", "release": "release-it", - "build": "tsc" + "build": "tsc", + "postinstall": "patch-package" }, "devDependencies": { "@release-it/keep-a-changelog": "^2.3.0", @@ -107,6 +108,8 @@ "p-retry": "4.6.2", "pagination.djs": "^4.0.10", "parse-duration": "1.0.2", + "patch-package": "^8.0.0", + "postinstall-postinstall": "^2.1.0", "read-pkg": "7.1.0", "reflect-metadata": "^0.1.13", "spotify-uri": "^3.0.2", @@ -114,7 +117,7 @@ "sync-fetch": "^0.3.1", "tsx": "3.8.2", "xbytes": "^1.7.0", - "ytdl-core": "git+https://github.com/khlevon/node-ytdl-core.git#v4.11.4-patch.2", + "ytdl-core": "^4.11.5", "ytsr": "^3.8.4" }, "resolutions": { |
