@hahnpro/flow-cli 2025.10.2 → 2025.10.3
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/main.js +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -360,7 +360,7 @@ if (process.env.https_proxy || process.env.http_proxy) {
|
|
|
360
360
|
}
|
|
361
361
|
var apiToken;
|
|
362
362
|
var projectsRoot = "modules";
|
|
363
|
-
var packageJson = JSON.parse(fs2.readFileSync(path3.join(__dirname2, "
|
|
363
|
+
var packageJson = JSON.parse(fs2.readFileSync(path3.join(__dirname2, "package.json")).toString());
|
|
364
364
|
var CMD = {
|
|
365
365
|
AUDIT: "audit",
|
|
366
366
|
BUILD: "build",
|