Skip to content

Commit f448d96

Browse files
committed
fix npm encode error
1 parent 13218cf commit f448d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

createReactWpTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function createReactApp(createWpThemeReactRoot, appName, version, verbose, origi
294294
let command = "npx";
295295

296296
let args = [];
297-
args.push(`create-react-app@">=` + _createReactAppVersion + `"`);
297+
args.push("create-react-app");
298298
args.push(createWpThemeReactRoot);
299299

300300
if (verbose) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-wptheme",
3-
"version": "2.1.1-wptheme-2.0.1",
3+
"version": "2.1.1-wptheme-2.0.2",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)