ok, a build works now but still messing around with it

This commit is contained in:
Jack Case
2025-12-10 17:06:48 +00:00
parent 6cc5f5221e
commit eaae532f4f
5 changed files with 34 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"@coderundebug/indexeddb-promise": "git+https://github.com/StephenHassall/indexeddb-promise.git",
"altcha": "^2.2.4"
},
"devDependencies": {
@@ -13,5 +14,6 @@
"build": "dev-scripts/build-extension.sh",
"pretest": "tsc",
"test": "xvfb-run -a jasmine-browser-runner runSpecs"
}
},
"type": "module"
}