Merge pull request #1022 from th-ch/yarn-new-version

Migrate to yarn v3
This commit is contained in:
th-ch
2023-02-09 22:11:49 +01:00
committed by GitHub
8 changed files with 9992 additions and 6868 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");
};