diff options
| author | Pierluigi Zagaria <[email protected]> | 2022-04-08 02:31:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-07 19:31:43 -0500 |
| commit | 7a190a526bf44915f06c0b1262f58626311a918b (patch) | |
| tree | 1fcaea835e66baad90f9f319413019f264557235 /package.json | |
| parent | bd749d95a95fa9667ffb7bbf905b5b07a529c7da (diff) | |
| download | muse-7a190a526bf44915f06c0b1262f58626311a918b.tar.xz muse-7a190a526bf44915f06c0b1262f58626311a918b.zip | |
Fix case-sensitive import warning (#616)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 078d528..296f7c0 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "spotify-uri": "^2.2.0", "spotify-web-api-node": "^5.0.2", "xbytes": "^1.7.0", - "youtube.ts": "^0.2.5", + "youtube.ts": "^0.2.8", "ytdl-core": "^4.11.0", "ytsr": "^3.6.0" } |
