@vtj/icons 0.8.5 → 0.8.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 +16 -16
package/package.json
CHANGED
|
@@ -1,26 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/icons",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.6",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"svg2vue": "node scripts/svg.mjs",
|
|
8
|
-
"icons": "node scripts/icons.mjs",
|
|
9
|
-
"assets": "node scripts/assets.mjs",
|
|
10
|
-
"gen": "npm run svg2vue && npm run icons",
|
|
11
|
-
"build": "npm run gen && npm run assets && vue-tsc && vite build && npm run build:umd",
|
|
12
|
-
"build:umd": "cross-env UMD=true vite build",
|
|
13
|
-
"test": "npm run gen && vitest run",
|
|
14
|
-
"vitest": "npm run gen && vitest",
|
|
15
|
-
"coverage": "vitest run --coverage"
|
|
16
|
-
},
|
|
17
6
|
"dependencies": {
|
|
18
7
|
"@element-plus/icons-vue": "~2.3.1"
|
|
19
8
|
},
|
|
20
9
|
"devDependencies": {
|
|
21
|
-
"@vtj/cli": "^0.8.2",
|
|
22
10
|
"vue": "~3.4.15",
|
|
23
|
-
"xml2js": "~0.6.2"
|
|
11
|
+
"xml2js": "~0.6.2",
|
|
12
|
+
"@vtj/cli": "0.8.2"
|
|
24
13
|
},
|
|
25
14
|
"exports": {
|
|
26
15
|
"./dist/style.css": "./dist/style.css",
|
|
@@ -38,8 +27,19 @@
|
|
|
38
27
|
"types",
|
|
39
28
|
"assets"
|
|
40
29
|
],
|
|
41
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722",
|
|
42
31
|
"publishConfig": {
|
|
43
32
|
"access": "public"
|
|
33
|
+
},
|
|
34
|
+
"scripts": {
|
|
35
|
+
"svg2vue": "node scripts/svg.mjs",
|
|
36
|
+
"icons": "node scripts/icons.mjs",
|
|
37
|
+
"assets": "node scripts/assets.mjs",
|
|
38
|
+
"gen": "npm run svg2vue && npm run icons",
|
|
39
|
+
"build": "npm run gen && npm run assets && vue-tsc && vite build && npm run build:umd",
|
|
40
|
+
"build:umd": "cross-env UMD=true vite build",
|
|
41
|
+
"test": "npm run gen && vitest run",
|
|
42
|
+
"vitest": "npm run gen && vitest",
|
|
43
|
+
"coverage": "vitest run --coverage"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|