update readme

This commit is contained in:
SethBurkart123
2024-01-26 12:23:04 +11:00
parent f7969ec9a3
commit 7f045743f3
2 changed files with 29 additions and 38 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension --no-hmr --no-content-hash",
"build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"eslint": "eslint --fix ."
"eslint": "eslint --fix .",
"package": "7z a -tzip extension.zip ./build/*"
},
"keywords": [],
"author": "",