rename scripts

This commit is contained in:
SethBurkart123
2024-01-24 09:51:30 +11:00
parent c0df82e017
commit 8b61dac322
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -4,9 +4,8 @@
"type": "module",
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
"scripts": {
"start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
"build": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"build-unix": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
"build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"eslint": "eslint --fix ."
},
"keywords": [],
+1 -1
View File
@@ -2201,7 +2201,7 @@ async function loadHomePage() {
return
}
//main.innerHTML = '';
main.innerHTML = '';
const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement
icon.href = icon48