wp-lemon-create 1.2.8 → 1.2.9
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/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -200,7 +200,7 @@ program
|
|
|
200
200
|
var child_theme_folder = prompt('Folder name of child theme:');
|
|
201
201
|
shell.cd(child_theme_folder);
|
|
202
202
|
}
|
|
203
|
-
|
|
203
|
+
}
|
|
204
204
|
/**
|
|
205
205
|
* Create child theme config file
|
|
206
206
|
*/
|
|
@@ -318,5 +318,6 @@ program
|
|
|
318
318
|
shell.echo(`\n`);
|
|
319
319
|
shell.echo(`🎉 All done! Happy developing!`);
|
|
320
320
|
shell.echo(`🌐 You can now navigate to http://${projectname + tld}`);
|
|
321
|
+
|
|
321
322
|
})
|
|
322
323
|
.parse(process.argv);
|