create-done-coding 0.11.27-alpha.0 → 0.11.27-alpha.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.
package/README.md CHANGED
@@ -217,7 +217,7 @@ node es/cli.mjs --help
217
217
 
218
218
  ## 许可证
219
219
 
220
- MIT © [JustSoSu](https://gitee.com/done-coding)
220
+ MIT © [done-coding](https://github.com/done-coding)
221
221
 
222
222
  ## 相关链接
223
223
 
@@ -225,5 +225,5 @@ MIT © [JustSoSu](https://gitee.com/done-coding)
225
225
  - [Git 操作工具](https://www.npmjs.com/package/@done-coding/cli-git) - 本包依赖的 Git 功能
226
226
  - [模板处理工具](https://www.npmjs.com/package/@done-coding/cli-template) - 本包依赖的模板引擎
227
227
  - [信息注入工具](https://www.npmjs.com/package/@done-coding/cli-inject) - 本包依赖的信息注入功能
228
- - [Gitee 仓库](https://gitee.com/done-coding/done-coding-cli)
228
+ - [Github 仓库](https://github.com/done-coding/done-coding-cli)
229
229
  - [更新日志](./CHANGELOG.md)
package/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as m } from "./index-5802775e.js";
2
+ import { c as m } from "./index-52a37dc7.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";