@docubook/create 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/create.js +0 -5
  2. package/package.json +1 -1
package/create.js CHANGED
@@ -76,11 +76,6 @@ program
76
76
  try {
77
77
  execSync(cloneCommand, { stdio: "inherit" });
78
78
  spinner.succeed(`Docubook project successfully created in ${projectPath}!`);
79
- } catch (err) {
80
- spinner.fail("Error cloning project:");
81
- console.error(err.message);
82
- process.exit(1);
83
- }
84
79
 
85
80
  // Jalankan rename hanya jika Bun terdeteksi
86
81
  if (checkBunInstalled()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docubook/create",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {