element-ui-wbi 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/element-ui-wbi.common.js +1414 -6
- package/element-ui-wbi.css +1 -1
- package/element-ui-wbi.umd.js +1407 -6
- package/element-ui-wbi.umd.min.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "element-ui-wbi",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "在element-ui基础上封装的组件库",
|
5
5
|
"main": "element-ui-wbi.common.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
|
-
"keywords": [],
|
10
|
-
"author": "",
|
9
|
+
"keywords": ["element-ui"],
|
10
|
+
"author": "liming <672486796@qq.com>",
|
11
11
|
"license": "ISC"
|
12
12
|
}
|