@teamias/rex-pro 0.1.4 → 0.1.5

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/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -62,4 +62,5 @@ $ pnpm run deploy
62
62
 
63
63
  ## LICENSE
64
64
 
65
+ 测试
65
66
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamias/rex-pro",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -15,9 +15,9 @@
15
15
  "deploy": "changeset && changeset version && npm publish && npm run docs:deploy",
16
16
  "dev": "dumi dev",
17
17
  "docs:build": "dumi build",
18
- "docs:deploy": "npm run docs:deploy:wrangler && npm run docs:deploy:vercel",
18
+ "docs:deploy": "npm run docs:deploy:wrangler",
19
19
  "docs:deploy:vercel": "vercel --prod",
20
- "docs:deploy:wrangler": "cross-env DOCS_DEPLOY=wrangler CLOUDFLARE_ACCOUNT_ID=0ea1eadbf2a2483b37c6044cc0dcb010 dumi build && wrangler pages deploy docs-dist --project-name=rex-pro",
20
+ "docs:deploy:wrangler": "cross-env DOCS_DEPLOY=wrangler CLOUDFLARE_ACCOUNT_ID=0ed585eae407fa45eabc07db6190c082 dumi build && wrangler pages deploy docs-dist --project-name=rex-pro",
21
21
  "docs:preview": "dumi preview",
22
22
  "doctor": "father doctor",
23
23
  "lint": "npm run lint:es",