neo-cmp-cli 1.5.0-beta.7 → 1.5.0-beta.9
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
|
@@ -2,8 +2,8 @@ const fs = require('fs');
|
|
|
2
2
|
const path = require('path');
|
|
3
3
|
const _ = require('lodash');
|
|
4
4
|
const { resolveToCurrentRoot } = require('../utils/pathUtils');
|
|
5
|
-
const getCmpRegisterCode = require('
|
|
6
|
-
const getCmpModelRegisterCode = require('
|
|
5
|
+
const getCmpRegisterCode = require('../cmpUtils/getCmpRegisterCode');
|
|
6
|
+
const getCmpModelRegisterCode = require('../cmpUtils/getCmpModelRegisterCode');
|
|
7
7
|
/**
|
|
8
8
|
* 从指定目录获取组件入口文件,并自动创建对应的注册文件
|
|
9
9
|
* @param {*} defaultComponentsDir 默认组件目录
|
|
File without changes
|