make desktopbridge private for now

This commit is contained in:
Felix Roos 2023-09-17 11:50:18 +02:00
parent 4fb364195c
commit b7ef2d97e2

View File

@ -1,6 +1,7 @@
{ {
"name": "@strudel/desktopbridge", "name": "@strudel/desktopbridge",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"description": "tools/shims for communicating between the JS and Tauri (Rust) sides of the Studel desktop app", "description": "tools/shims for communicating between the JS and Tauri (Rust) sides of the Studel desktop app",
"main": "index.mjs", "main": "index.mjs",
"type": "module", "type": "module",