wp-lemon-create 2.1.1 → 2.2.0

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 +4 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -112,7 +112,7 @@ program
112
112
  plugins_searchwp = prompt('Add plugin: SearchWP? yes/no (defaults to no)', 'no');
113
113
  plugins_wpml = prompt('Add plugin: WPML? yes/no (defaults to no)', 'no');
114
114
  is_spinup = prompt('Does the project run on Spinup-wp? (defaults to no)', 'no');
115
- is_beta = prompt('Is this a beta project? (defaults to no)', 'no');
115
+ //is_beta = prompt('Is this a beta project? (defaults to no)', 'no');
116
116
 
117
117
  if (project_repository == 'none') {
118
118
  skipGit = true;
@@ -133,9 +133,9 @@ program
133
133
 
134
134
  if (project_type == 'new') {
135
135
 
136
- if (is_beta) {
137
- version_constraints = '^4@beta';
138
- }
136
+ //if (is_beta) {
137
+ // version_constraints = '^4@beta';
138
+ //}
139
139
 
140
140
  shell.echo('⏳ Downloading Bedrock. This may take a minute or so.\n');
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-lemon-create",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "Bootstrap your wp-lemon project",
5
5
  "main": "index.js",
6
6
  "author": "Studio Lemon <erik@studiolemon.nl>",