@xiaoguomeiyitian/core 1.1.3 → 1.1.4

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.
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ if (cmd == "copy") {
15
15
  const destDir = path_1.default.resolve(cwd, process.argv[4]); // 目标目录
16
16
  (0, index_1.copyDir)(sourceDir, destDir);
17
17
  }
18
- //删除文件或者目录
18
+ //删除文件或目录
19
19
  if (cmd == "del") {
20
20
  const targetDir = path_1.default.resolve(cwd, process.argv[3]); // 目标目录
21
21
  (0, index_1.delFiles)(targetDir, process.argv.splice(4, process.argv.length));
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaoguomeiyitian/core",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "types/lib.d.ts",
6
6
  "bin": {