mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
bindings/wasm: Don't depend on specific version
This commit is contained in:
parent
8d73fefacb
commit
38d2afc8dd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"limbo-wasm": "limbo-wasm@0.0.17"
|
||||
"limbo-wasm": ".."
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue