@deneb-ui/cli 2.0.15 → 2.0.17

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/bin/index.js +1 -2
  2. package/package.json +2 -2
package/bin/index.js CHANGED
@@ -66,7 +66,7 @@ function packageCleanZip(sourceDir, outputPath) {
66
66
  const projectRequire = createRequire(path.resolve(process.cwd(), 'package.json'));
67
67
  AdmZip = projectRequire('adm-zip');
68
68
  } catch {
69
- console.error('Error: adm-zip is required to package templates. Run "npm install -D adm-zip" or install @fivora/cli with its dependencies.');
69
+ console.error('Error: adm-zip is required to package templates. Run "npm install -D adm-zip" or install @deneb-ui/cli with its dependencies.');
70
70
  process.exit(1);
71
71
  }
72
72
  }
@@ -1236,4 +1236,3 @@ Examples:
1236
1236
  deneb add all`);
1237
1237
  process.exit(1);
1238
1238
  }
1239
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deneb-ui/cli",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "Official developer CLI for DENEB UI — Validating, scaffolding, testing, and packaging storefront templates. Created by Chamika Gayashan & Induranga Kawishwara.",
5
5
  "bin": {
6
6
  "deneb": "bin/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/deneb-ui/core.git",
19
+ "url": "git+https://github.com/deneb-ui/core.git",
20
20
  "directory": "cli/deneb-cli"
21
21
  },
22
22
  "homepage": "https://github.com/deneb-ui/core#readme",