Revert "bindings/javascript: Add optional dependencies"

This reverts commit 9d7a77efde. It does
not work because the native packages don't yet exists at that point.
Let's fix the Github workflows instead.
This commit is contained in:
Pekka Enberg
2025-07-29 12:36:12 +03:00
parent 150e888cc0
commit 2d2f416e2c
2 changed files with 2 additions and 14 deletions

View File

@@ -45,11 +45,5 @@
"universal": "napi universalize",
"version": "napi version"
},
"packageManager": "yarn@4.9.2",
"optionalDependencies": {
"@tursodatabase/turso-linux-x64-gnu": "0.1.3-pre.10",
"@tursodatabase/turso-win32-x64-msvc": "0.1.3-pre.10",
"@tursodatabase/turso-darwin-universal": "0.1.3-pre.10",
"@tursodatabase/turso-wasm32-wasi": "0.1.3-pre.10"
}
}
"packageManager": "yarn@4.9.2"
}