Some checks failed
Docker / Docker Buildx (push) Has been cancelled
Build Debian package / Build package (release) Has been cancelled
Build and Deploy / prepare (release) Has been cancelled
Deploy release / Deploy to Cloudflare Pages (release) Has been cancelled
Build and Deploy / Trigger Pro pipeline (release) Has been cancelled
Build and Deploy / Windows arm64 (release) Has been cancelled
Build and Deploy / Windows x64 (release) Has been cancelled
Build and Deploy / macOS (release) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (release) Has been cancelled
Build and Deploy / Deploy builds to ESS (release) Has been cancelled
15 lines
410 B
Diff
15 lines
410 B
Diff
diff --git a/package.json b/package.json
|
|
index 84a2734a8989f43fd5368adbd4638b52560a11ab..cbda8398f3b4094b2d86152211811fe6c2342232 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -6,7 +6,8 @@
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/AwaitLock.d.ts",
|
|
- "import": "./build/AwaitLock.js"
|
|
+ "import": "./build/AwaitLock.js",
|
|
+ "require": "./build/AwaitLock.js"
|
|
}
|
|
},
|
|
"files": [
|