Migrate to yarn v3

This commit is contained in:
TC
2023-02-02 22:32:00 +01:00
parent 35859a6c3a
commit 721b048151
7 changed files with 9998 additions and 6846 deletions

View File

@ -1,4 +1,4 @@
module.exports = () => {
// See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#userscript
require("Simple-YouTube-Age-Restriction-Bypass/Simple-YouTube-Age-Restriction-Bypass.user.js");
require("simple-youtube-age-restriction-bypass/dist/Simple-YouTube-Age-Restriction-Bypass.user.js");
};