add API polyfill to kiss-firefox

This commit is contained in:
2023-04-19 20:56:15 -06:00
parent 806f0f2e11
commit e1fbe7471b
8 changed files with 32 additions and 4 deletions

View File

@@ -7,7 +7,8 @@
"postinstall": "dts2hx --all"
},
"dependencies": {
"@types/webextension-polyfill": "^0.10.0"
"@types/webextension-polyfill": "^0.10.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"dts2hx": "^0.19.0"