@donxdone/aboutme-cli 0.1.0 → 0.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.
@@ -38,10 +38,6 @@ const profile = [
38
38
  { text: "Blog: ", style: "label" },
39
39
  { text: "https://blog.yasking.org/", style: "link" }
40
40
  ],
41
- [
42
- { text: "About: ", style: "label" },
43
- { text: "https://blog.yasking.org/pages/about.html", style: "link" }
44
- ],
45
41
  [
46
42
  { text: "GitHub: ", style: "label" },
47
43
  { text: "https://github.com/sincerefly", style: "link" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donxdone/aboutme-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "东东's Blog 个人简介命令行版本",
5
5
  "license": "MIT",
6
6
  "author": "Yieldone",