@hazeljs/cli 0.2.1 → 0.2.2
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 +1 -1
- package/dist/commands/generate-app.js +1 -1
- package/package.json +2 -2
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.2.2",
|
|
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": "
|
|
72
|
+
"gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
|
|
73
73
|
}
|