vuepress-theme-uniapp-official 1.6.13 → 1.6.14

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 +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -27,12 +27,6 @@
27
27
  "enhanceApp.js",
28
28
  "index.js"
29
29
  ],
30
- "scripts": {
31
- "publish:patch": "npm version patch && npm publish",
32
- "publish:minor": "npm version minor && npm publish",
33
- "publish:major": "npm version major && npm publish",
34
- "postpublish": "cnpm sync vuepress-theme-uniapp-official && node ../../scripts/postPublishTheme.js"
35
- },
36
30
  "publishConfig": {
37
31
  "access": "public"
38
32
  },
@@ -47,13 +41,13 @@
47
41
  "markdown-it-task-lists": "^2.1.1",
48
42
  "marked": "^3.0.8",
49
43
  "qr-code-with-logo": "^1.1.0",
50
- "vuepress-plugin-check-md2": "workspace:^",
51
- "vuepress-plugin-expandable-row": "workspace:^",
52
44
  "vuepress-plugin-juejin-style-copy": "^1.0.4",
53
45
  "vuepress-plugin-mermaidjs": "1.9.1",
54
46
  "vuepress-plugin-named-chunks": "^1.1.4",
55
- "vuepress-plugin-noscript-code": "workspace:^",
56
- "vuepress-plugin-zooming": "^1.1.8"
47
+ "vuepress-plugin-zooming": "^1.1.8",
48
+ "vuepress-plugin-check-md2": "^1.0.5",
49
+ "vuepress-plugin-noscript-code": "^1.0.2",
50
+ "vuepress-plugin-expandable-row": "^1.0.10"
57
51
  },
58
52
  "resolutions": {
59
53
  "terser-webpack-plugin": "1.4.6",
@@ -62,5 +56,10 @@
62
56
  },
63
57
  "devDependencies": {
64
58
  "vue": "2.7.16"
59
+ },
60
+ "scripts": {
61
+ "publish:patch": "npm version patch && npm publish",
62
+ "publish:minor": "npm version minor && npm publish",
63
+ "publish:major": "npm version major && npm publish"
65
64
  }
66
- }
65
+ }