create-laju-app 1.0.7 → 1.0.8

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 +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -86,7 +86,7 @@ program
86
86
  console.log('📁 cd ' + targetPath);
87
87
  console.log('🔥 npm run dev to start the development server.');
88
88
  console.log('📦 npm run build to build the production files.');
89
- console.log(`📂 Opening ${targetPath} in your file explorer...`);
89
+ console.log('� Build Faster with Laju - Happy Coding!');
90
90
 
91
91
 
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-laju-app",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "keywords": [
5
5
  "laju",
6
6
  "svelte",