juxscript 1.0.43 → 1.0.44

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 -4
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -283,8 +283,7 @@ async function buildProject(isServe = false, wsPort = 3001) {
283
283
  📂 Your project is ready at: ./${projectName}
284
284
 
285
285
  🚀 Next steps:
286
- cd ${projectName}
287
- npm run dev
286
+ cd ${projectName} && npm run dev
288
287
 
289
288
  📚 Resources:
290
289
  Documentation: [coming soon]
@@ -292,10 +291,9 @@ async function buildProject(isServe = false, wsPort = 3001) {
292
291
  Examples: https://github.com/juxscript/examples
293
292
 
294
293
  ⭐ If you find JUX useful, please star us on GitHub!
295
-
296
294
  🔒 Security: Report issues to security@juxscript.com [placeholder]
297
295
 
298
- Happy coding! 🎉
296
+ Say goodbye to markup </</>>>. Happy javascripting your frontend! 🎉
299
297
  `);
300
298
 
301
299
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "lib/jux.js",