neo-cmp-cli 1.8.0 → 1.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "neo-cmp-cli",
3
- "version": "1.8.0",
4
- "description": "前端脚手架:自定义组件开发工具,支持react 和 vue2.0技术栈。",
3
+ "version": "1.8.1",
4
+ "description": "Neo 自定义组件开发工具,支持react 和 vue2.0技术栈。",
5
5
  "keywords": [
6
6
  "neo-cli",
7
7
  "自定义组件开发工具"
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://git@github.com:wibetter/neo-cmp-cli.git"
37
+ "url": "https://github.com/xsy-neoui/neo-cmp-cli.git"
38
38
  },
39
39
  "bugs": {
40
- "url": "https://github.com/wibetter/neo-cmp-cli/issues"
40
+ "url": "https://github.com/xsy-neoui/neo-cmp-cli/issues"
41
41
  },
42
42
  "dependencies": {
43
43
  "adm-zip": "^0.5.10",
@@ -17,9 +17,9 @@ export class DataDashboardModel {
17
17
  // 分类标签,用于设置在编辑器左侧组件面板哪个分类中展示(可设置多个分类标签)
18
18
  // tags: string[] = ['仪表板'];
19
19
 
20
- /**
20
+ /**
21
21
  * 用于设置组件支持的页面类型
22
- *
22
+ *
23
23
  * 当前 NeoCRM 平台存在的页面类型:
24
24
  * all: 1 全页面
25
25
  * indexPage: 2 首页
@@ -17,9 +17,9 @@ export class InfoCardModel {
17
17
  // 分类标签,用于设置在编辑器左侧组件面板哪个分类中展示(可设置多个分类标签)
18
18
  // tags: string[] = ['自定义组件'];
19
19
 
20
- /**
20
+ /**
21
21
  * 用于设置组件支持的页面类型
22
- *
22
+ *
23
23
  * 当前 NeoCRM 平台存在的页面类型:
24
24
  * all: 1 全页面
25
25
  * indexPage: 2 首页