wp-lemon-create 1.2.4 → 1.2.5

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 +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -128,7 +128,7 @@ program
128
128
  */
129
129
  shell.echo('Installing plugins, master theme and packages. This may take a while\n');
130
130
 
131
- shell.exec('require composer/installers ~1.0', { silent: true });
131
+ shell.exec('composer require composer/installers ~1.0', { silent: true });
132
132
 
133
133
  // Add libraries and parent theme
134
134
  shell.exec('composer require highground/bulldozer timber/timber satispress/wp-lemon --with-all-dependencies', { silent: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-lemon-create",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Bootstrap your wp-lemon project",
5
5
  "main": "index.js",
6
6
  "author": "Erik van der bas",