1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

4.0.0-rc6.4

* Added: Notify users when a new build of FrankerFaceZ is available.
* Fixed: The option to disable channel hosting. (Revert to previous channel hosting data scheme from 21 days ago.)
This commit is contained in:
SirStendec 2018-07-18 18:58:05 -04:00
parent 30ec9749da
commit 526c5940f0
7 changed files with 125 additions and 16 deletions

View file

@ -27,7 +27,8 @@ module.exports = {
"globals": {
"import": false,
"require": false,
"__webpack_hash__": false
"__webpack_hash__": false,
"__git_commit__": false
},
"rules": {
"accessor-pairs": ["error"],