@fuxishi/vitepress-theme 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fuxishi/vitepress-theme",
3
3
  "displayName": "@fuxishi/vitepress-theme",
4
4
  "private": false,
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "license": "MIT",
7
- "description": "A beautiful VitePress theme for fx-core documentation.",
7
+ "description": "一款精美的 VitePress 主题",
8
8
  "keywords": [
9
9
  "vitepress",
10
10
  "theme",
@@ -44,7 +44,7 @@
44
44
  "dev": "vite build --watch",
45
45
  "ncu": "ncu -u && npm install",
46
46
  "login": "npm login --registry=https://registry.npmjs.org/",
47
- "publish": "npm publish --access public --registry=https://registry.npmjs.org/"
47
+ "pub": "npm publish --access public --registry=https://registry.npmjs.org/"
48
48
  },
49
49
  "dependencies": {
50
50
  "canvas-confetti": "^1.9.4",