🔖 2.2.4

This commit is contained in:
Tw93
2023-07-21 21:55:36 +08:00
parent 95d44daa82
commit 764e28849d
3 changed files with 3 additions and 3 deletions

2
dist/cli.js vendored
View File

@@ -20,7 +20,7 @@ import isUrl from 'is-url';
import fs from 'fs';
var name = "pake-cli";
var version = "2.2.3";
var version = "2.2.4";
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。";
var engines = {
node: ">=16.0.0"

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.2.3",
"version": "2.2.4",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。",
"engines": {
"node": ">=16.0.0"

View File

@@ -1,6 +1,6 @@
[source.crates-io]
# To use sparse index, change 'rsproxy' to 'rsproxy-sparse'
replace-with = 'rsproxy-sparse'
replace-with = 'rsproxy'
[source.rsproxy]
registry = "https://rsproxy.cn/crates.io-index"