chore: defined messenger in package.json

This commit is contained in:
Gabe
2025-05-18 00:29:06 +08:00
parent d47f8d7ee9
commit 8ec06b0c84
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
"globals": {
"GM": true,
"unsafeWindow": true,
"globalThis": true
"globalThis": true,
"messenger": true
}
},
"browserslist": {

View File

@@ -1,4 +1,3 @@
/* global messenger */
import browser from "webextension-polyfill";
import {
MSG_FETCH,