@sugarat/create-theme 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +7 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sugarat/create-theme
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: 修改package.json中描述信息
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "@sugarat/create-theme",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
+ "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
4
5
  "bin": {
5
6
  "create-theme": "./dist/index.js"
6
7
  },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/ATQQ/sugar-blog.git"
11
+ },
12
+ "homepage": "https://github.com/ATQQ/sugar-blog/tree/master/packages/create-theme",
7
13
  "keywords": [
8
14
  "blog",
9
15
  "vitepress",