removed twitch click mute

This commit is contained in:
2022-08-24 11:44:32 -05:00
parent 884e0aa2a1
commit 60b674e816
7 changed files with 309 additions and 180 deletions

View File

@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"prettier": "prettier --write .",
"build": "npm run prettier && bsbuild -p",
"watch": "bsbuild -p -w"
"build": "npm run prettier && bsbuild -p -u https://git.zomo.dev/zomo/browser-scripts",
"watch": "bsbuild -p -w -u https://git.zomo.dev/zomo/browser-scripts"
},
"repository": {
"type": "git",
@@ -17,8 +17,8 @@
"devDependencies": {
"@types/greasemonkey": "^4.0.3",
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
"eslint": "^8.22.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}