wechat-md-publisher 1.0.2 → 1.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-md-publisher",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "全功能微信公众号 Markdown 发布工具 - 支持草稿、发布、删除和多主题",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "test:integration": "vitest run tests/integration",
25
25
  "lint": "eslint src --ext .ts",
26
26
  "format": "prettier --write \"src/**/*.ts\"",
27
- "prepublishOnly": "pnpm build"
27
+ "prepublishOnly": "npm run build"
28
28
  },
29
29
  "keywords": [
30
30
  "wechat",