neo-cmp-cli 1.6.0-beta.5 → 1.6.0-beta.6
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
|
@@ -4,8 +4,8 @@ const getConfigObj = require('../getConfigObj');
|
|
|
4
4
|
const ora = require('ora');
|
|
5
5
|
const NeoService = require('../../neo/neoService');
|
|
6
6
|
const { getFramework } = require('../common');
|
|
7
|
-
const getCmpTypeByDir = require('
|
|
8
|
-
const createCmpByZip = require('
|
|
7
|
+
const getCmpTypeByDir = require('./getCmpTypeByDir.js');
|
|
8
|
+
const createCmpByZip = require('./createCmpByZip.js');
|
|
9
9
|
|
|
10
10
|
// 获取当前项目的package文件
|
|
11
11
|
const currentPackageJsonDir = catchCurPackageJson();
|