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.
- package/lib/index.js +1 -1
- 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 });
|