@chen_258/audit-tool 1.1.0 → 1.1.2
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import path from 'path';
|
|
2
2
|
import fs from 'fs';
|
|
3
3
|
import { runCommand } from '../common/utils.js';
|
|
4
|
-
import { StrategyFactory } from '
|
|
4
|
+
import { StrategyFactory } from '../factory/index.js';
|
|
5
5
|
/**
|
|
6
6
|
* 获取 package.json 文件内容(标准化结构,含路径和工程类型信息)
|
|
7
7
|
* @param url 判断当前项目的路径是远程还是本地
|