backend-management-ui 1.1.2 → 1.1.4

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 CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "backend-management-ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "main": "backend-management-ui.common.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
7
7
  },
8
- "keywords": ["vue2", "element-ui", "后台管理", "组件库"],
8
+ "keywords": [
9
+ "vue2",
10
+ "element-ui",
11
+ "后台管理",
12
+ "组件库"
13
+ ],
9
14
  "author": "adolf3",
10
- "license": "ISC",
15
+ "license": "MIT",
11
16
  "description": "一个基于ElementUI封装的后台管理仓库,包含表格、表单、弹窗、按钮组、虚拟下拉框等常用组件",
12
17
  "publishConfig": {
13
18
  "access": "public"