@hazeljs/cli 0.2.1 → 0.2.3

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/README.md CHANGED
@@ -717,4 +717,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.ai)
717
717
  - [Documentation](https://hazeljs.ai/docs/packages/cli)
718
718
  - [GitHub](https://github.com/hazel-js/hazeljs)
719
719
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
720
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
720
+ - [Discord](https://discord.gg/rnxaDcXx)
@@ -529,7 +529,7 @@ coverage/
529
529
  }
530
530
  console.log(chalk_1.default.gray(' npm run dev'));
531
531
  console.log(chalk_1.default.gray('\nDocumentation: https://hazeljs.ai/docs'));
532
- console.log(chalk_1.default.gray('Discord: https://discord.com/channels/1448263814238965833/1448263814859456575\n'));
532
+ console.log(chalk_1.default.gray('Discord: https://discord.gg/rnxaDcXx\n'));
533
533
  }
534
534
  catch (error) {
535
535
  console.error(chalk_1.default.red('\n✗ Failed to create project:'), error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Command-line interface for scaffolding and generating HazelJS applications and components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -69,5 +69,5 @@
69
69
  "type": "opencollective",
70
70
  "url": "https://opencollective.com/hazeljs"
71
71
  },
72
- "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
72
+ "gitHead": "23464d4bf09c22e092b31b2a037bec062f2353da"
73
73
  }