From 080a64f65b5d503c94b155a8c15a429e663e5379 Mon Sep 17 00:00:00 2001 From: twlite <46562212+twlite@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:31:26 +0545 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 570eb96..75467d3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "webview": "./cli/index.mjs", "webviewjs": "./cli/index.mjs" }, - "description": "Robust cross-platform webview library for Node.js written in Rust", + "description": "Robust cross-platform webview library for Node.js written in Rust. It also works with deno and bun.", "main": "index.js", "repository": "git@github.com:twlite/webview.git", "license": "MIT",