feat(cli): upgrade 0.1.2

This commit is contained in:
volare
2022-12-10 23:39:33 +08:00
parent 089fa5837f
commit d9dedd2de2
2 changed files with 2 additions and 2 deletions

2
dist/cli.js vendored
View File

@@ -2157,7 +2157,7 @@ class BuilderFactory {
} }
var name = "pake-cli"; var name = "pake-cli";
var version = "0.1.1"; var version = "0.1.2";
var description = "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust."; var description = "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.";
var bin = { var bin = {
pake: "./cli.js" pake: "./cli.js"

View File

@@ -1,6 +1,6 @@
{ {
"name": "pake-cli", "name": "pake-cli",
"version": "0.1.1", "version": "0.1.2",
"description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.", "description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.",
"bin": { "bin": {
"pake": "./cli.js" "pake": "./cli.js"