@onexapis/cli 1.1.4 → 1.1.5
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/dist/cli.js +3 -0
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +3 -0
- package/dist/cli.mjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -3429,6 +3429,9 @@ async function renameTheme(themeDir, oldName, newName) {
|
|
|
3429
3429
|
);
|
|
3430
3430
|
}
|
|
3431
3431
|
pkg.version = "1.0.0";
|
|
3432
|
+
if (pkg.devDependencies?.["@onexapis/cli"]) {
|
|
3433
|
+
delete pkg.devDependencies["@onexapis/cli"];
|
|
3434
|
+
}
|
|
3432
3435
|
await fs.writeJson(pkgPath, pkg, { spaces: 2 });
|
|
3433
3436
|
}
|
|
3434
3437
|
const configPath = path8.join(themeDir, "theme.config.ts");
|