wp-lemon-create 1.3.3 → 1.3.4
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/.editorconfig +0 -0
- package/.prettierrc +0 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/.editorconfig
CHANGED
|
File without changes
|
package/.prettierrc
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
@@ -144,7 +144,7 @@ program
|
|
|
144
144
|
shell.exec('composer require composer/installers ~1.0', { silent: true });
|
|
145
145
|
|
|
146
146
|
// Add libraries and parent theme
|
|
147
|
-
shell.exec('composer require highground/bulldozer timber/timber satispress/wp-lemon --with-all-dependencies', { silent: true });
|
|
147
|
+
shell.exec('composer require highground/bulldozer giggsey/libphonenumber-for-php timber/timber satispress/wp-lemon --with-all-dependencies', { silent: true });
|
|
148
148
|
|
|
149
149
|
shell.exec(
|
|
150
150
|
'composer require satispress/advanced-custom-fields-pro satispress/fluentformpro satispress/lemon-blocks satispress/quartermaster satispress/wp-migrate-db-pro wpackagist-plugin/limit-login-attempts-reloaded log1x/acf-editor-palette wpackagist-plugin/cookie-law-info wpackagist-plugin/fluentform wpackagist-plugin/seo-by-rank-math wpackagist-plugin/simple-custom-post-order wpackagist-plugin/worker wpackagist-plugin/fluent-smtp --with-all-dependencies',
|