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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-lemon-create",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Bootstrap your wp-lemon project",
5
5
  "main": "index.js",
6
6
  "author": "Erik van der bas",