@xiaou66/u-element-plus 0.0.2 → 0.0.6
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.
- package/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiaou66/u-element-plus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Lightweight Element Plus style extensions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.es.js",
|
|
@@ -12,19 +12,12 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"dist/**/*"
|
|
14
14
|
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "vite build && node ./scripts/postbuild-component-styles.mjs",
|
|
17
|
-
"dev": "vite",
|
|
18
|
-
"test:unit": "vitest run --config \"./vitest.config.ts\"",
|
|
19
|
-
"prepare": "pnpm run build",
|
|
20
|
-
"publish": "npm publish"
|
|
21
|
-
},
|
|
22
15
|
"peerDependencies": {
|
|
23
16
|
"vue": "^3.5.17",
|
|
24
17
|
"element-plus": "^2.13.0"
|
|
25
18
|
},
|
|
26
19
|
"dependencies": {
|
|
27
|
-
"@xiaou66/u-styles": "
|
|
20
|
+
"@xiaou66/u-styles": "0.0.6"
|
|
28
21
|
},
|
|
29
22
|
"devDependencies": {
|
|
30
23
|
"@types/node": "^22.15.32",
|
|
@@ -95,5 +88,11 @@
|
|
|
95
88
|
"default": "./dist/tabs/index.es.js"
|
|
96
89
|
},
|
|
97
90
|
"./package.json": "./package.json"
|
|
91
|
+
},
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "vite build && node ./scripts/postbuild-component-styles.mjs",
|
|
94
|
+
"dev": "vite",
|
|
95
|
+
"test:unit": "vitest run --config \"./vitest.config.ts\"",
|
|
96
|
+
"release:npm": "pnpm publish --no-git-checks"
|
|
98
97
|
}
|
|
99
|
-
}
|
|
98
|
+
}
|