batch-run-local 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # batch-run
1
+ # batch-run-local
2
2
 
3
3
  一个本地 npm scripts 管理工具,支持通过命令行配置多个项目,并从 CLI 或本地 Web 页面一键打开 Git Bash 执行项目脚本。
4
4
 
5
5
  ## 安装
6
6
 
7
7
  ```bash
8
- npm install -g batch-run
8
+ npm install -g batch-run-local
9
9
  ```
10
10
 
11
11
  本地开发:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "batch-run-local",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Manage and run package.json scripts across local projects from CLI and a local web UI.",
5
5
  "type": "module",
6
6
  "bin": {