cms-chenhj-ui 2.0.40 → 2.2.1
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 +27 -4
- package/cms-chenhj-ui.common.js.map +0 -1
- package/cms-chenhj-ui.umd.js.map +0 -1
- package/cms-chenhj-ui.umd.min.js.map +0 -1
- package/demo.html +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cms-chenhj-ui",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "2.2.1",
|
|
4
|
+
"description": "CMS Vue Editor组件库 - 用于Nuxt/Vue项目的可视化编辑组件",
|
|
5
5
|
"main": "cms-chenhj-ui.common.js",
|
|
6
|
+
"unpkg": "cms-chenhj-ui.umd.min.js",
|
|
7
|
+
"jsdelivr": "cms-chenhj-ui.umd.min.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"cms-chenhj-ui.common.js",
|
|
10
|
+
"cms-chenhj-ui.umd.js",
|
|
11
|
+
"cms-chenhj-ui.umd.min.js",
|
|
12
|
+
"cms-chenhj-ui.css",
|
|
13
|
+
"img"
|
|
14
|
+
],
|
|
6
15
|
"scripts": {
|
|
7
16
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
17
|
},
|
|
9
|
-
"keywords": [
|
|
18
|
+
"keywords": [
|
|
19
|
+
"vue",
|
|
20
|
+
"cms",
|
|
21
|
+
"ui",
|
|
22
|
+
"components",
|
|
23
|
+
"editor",
|
|
24
|
+
"nuxt"
|
|
25
|
+
],
|
|
10
26
|
"author": "",
|
|
11
|
-
"license": "ISC"
|
|
27
|
+
"license": "ISC",
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": ""
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"vue": "^2.6.0"
|
|
34
|
+
}
|
|
12
35
|
}
|