add missing module type for browser package

This commit is contained in:
Nikita Sivukhin
2025-09-10 03:06:34 +04:00
parent b2638968fa
commit f3f69598c5

View File

@@ -5,6 +5,7 @@
"type": "git",
"url": "https://github.com/tursodatabase/turso"
},
"type": "module",
"license": "MIT",
"main": "dist/promise.js",
"packageManager": "yarn@4.9.2",
@@ -41,4 +42,4 @@
"@napi-rs/wasm-runtime": "^1.0.3",
"@tursodatabase/database-common": "^0.1.5-pre.3"
}
}
}