@the-agenticflow/openflows 0.1.8-dev.236.2151055 → 0.1.8-dev.241.d090075
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 +1 -1
- package/scripts/install.js +1 -1
package/package.json
CHANGED
package/scripts/install.js
CHANGED
|
@@ -9,7 +9,7 @@ const path = require('path');
|
|
|
9
9
|
const os = require('os');
|
|
10
10
|
const { execSync } = require('child_process');
|
|
11
11
|
|
|
12
|
-
const REPO = 'The-AgenticFlow/
|
|
12
|
+
const REPO = 'The-AgenticFlow/openflows';
|
|
13
13
|
const BIN_DIR = path.join(__dirname, '..', 'bin');
|
|
14
14
|
const PKG_DIR = path.join(__dirname, '..');
|
|
15
15
|
|