1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* Added: Synchronize applicable settings to `clips.twitch.tv` pages using an iframe.
* Fixed: Issue with chat replay disappearing on `clips.twitch.tv` pages.
* Changed: Pull the FFZ version number from `package.json`.
This commit is contained in:
SirStendec 2019-06-20 17:14:03 -04:00
parent 04aa1789a2
commit f1c527b721
14 changed files with 314 additions and 23 deletions

View file

@ -29,6 +29,10 @@ module.exports = {
"require": false,
"__webpack_hash__": false,
"__git_commit__": false,
"__version_major__": false,
"__version_minor__": false,
"__version_patch__": false,
"__version_prerelease__": false,
"FrankerFaceZ": false
},
"rules": {