Skip to content

Commit 043e74a

Browse files
committed
fix & update v0.0.10
1 parent 35b002c commit 043e74a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

Cargo.lock

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "create-vue-monorepo-rs"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
authors = ["laqudee des <[email protected]>"]
55
keywords = ["create-vue-monorepo", "fe-cli"]
66
description = "A tool to quickly build a Vue workspace project managed by pnpm."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cargo publish
7979
3. [ ] 命令打包的方式及提供几种构建方式
8080
- 目前支持`cargo install create-vue-monorepo-rs`方式安装使用
8181
4. [x] ~~`git2`库没有生效~~
82-
5. [ ] 生成的`package.json`内容按照字母顺序排序了,不符合正常的`package.json`顺序
82+
5. [x] ~~生成的`package.json`内容按照字母顺序排序了,不符合正常的`package.json`顺序~~
8383
6. [ ] 是否转为 npm 命令
8484

8585
### 使用Rust写的CLI工具库

0 commit comments

Comments
 (0)