From 5451bf61f480faa3931e1495b223d592c29c9f01 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 14 Dec 2022 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9C=80=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b383253..ce2a78d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "๐Ÿคฑ๐Ÿป ๅพˆ็ฎ€ๅ•็š„็”จ Rust ๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆๅพˆๅฐ็š„ๆกŒ้ข App ๐Ÿคฑ๐Ÿป A simple way to make any web page a desktop application using Rust.", "bin": { "pake": "./cli.js" @@ -13,6 +13,14 @@ "name": "Tw93", "email": "tw93@qq.com" }, + "keywords": [ + "pake", + "pake-cli", + "rust", + "tauri", + "no-electron", + "productivity" + ], "files": [ "dist", "src-tauri",