daodou-command 1.0.0 → 1.1.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/bin/daodou.js +1 -1
  2. package/package.json +9 -1
package/bin/daodou.js CHANGED
@@ -11,7 +11,7 @@ const program = new Command();
11
11
  program
12
12
  .name('dao')
13
13
  .description('刀豆命令行工具 - 自动化构建和部署')
14
- .version('1.0.0', '-v, --version');
14
+ .version('1.1.0', '-v, --version');
15
15
 
16
16
  // 添加 build 命令
17
17
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daodou-command",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "刀豆命令行工具 - 自动化构建和部署",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -15,6 +15,14 @@
15
15
  ],
16
16
  "author": "刀豆团队",
17
17
  "license": "MIT",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/h025/daodou-command.git"
21
+ },
22
+ "bugs": {
23
+ "url": "https://github.com/h025/daodou-command/issues"
24
+ },
25
+ "homepage": "https://github.com/h025/daodou-command#readme",
18
26
  "dependencies": {
19
27
  "@vitalets/google-translate-api": "^9.2.1",
20
28
  "axios": "^1.12.0",