@calo-design/cli 0.5.0 → 0.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/bin/cli.js +2 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -48,7 +48,8 @@ const PEERS = [
48
48
  // subprocess only (see gitTokenEnv). No GitHub account, PAT, or SSH key needed.
49
49
  const PKG_SPECS = [
50
50
  `git+https://github.com/${ORG}/calo-design-system.git`,
51
- `git+https://github.com/${ORG}/calo-flows.git`
51
+ `git+https://github.com/${ORG}/calo-flows.git`,
52
+ `git+https://github.com/${ORG}/calo-creatives.git`
52
53
  ];
53
54
 
54
55
  const args = process.argv.slice(2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calo-design/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "One-line setup for Calo design tooling: logs in with your Calo email and installs the calo-design skill + design-system packages. No GitHub account needed.",
5
5
  "bin": {
6
6
  "calo-design": "bin/cli.js"