@lx-frontend/wrap-element-ui 1.0.0-beta.1 → 1.0.0-beta.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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "dist/index.mjs",
@@ -13,12 +13,13 @@
13
13
  "build:sb": "cross-env MODE=production rimraf storybook-static && pnpm build:lib && storybook build",
14
14
  "preview": "serve ./storybook-static",
15
15
  "publish:dev": "npm publish --access public --tag beta",
16
- "publish": "npm publish --access public",
16
+ "publish:prod": "npm publish --access public",
17
17
  "lint": "eslint src"
18
18
  },
19
19
  "files": [
20
20
  "dist",
21
21
  "README.md",
22
+ "package.json",
22
23
  "src/components"
23
24
  ],
24
25
  "dependencies": {