From 27c98ff85e9e1fd4d667f0d3f204e1471448228b Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Thu, 17 Feb 2022 02:20:42 -0500 Subject: [PATCH] fix(plugin template): missing patch `x` symbol for v12 --- .../generators/generators/lib/templates/plugin-package.json.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generators/generators/lib/templates/plugin-package.json.hbs b/packages/generators/generators/lib/templates/plugin-package.json.hbs index 818c9895d7..0885e5c050 100644 --- a/packages/generators/generators/lib/templates/plugin-package.json.hbs +++ b/packages/generators/generators/lib/templates/plugin-package.json.hbs @@ -17,7 +17,7 @@ } ], "engines": { - "node": ">=12.x. <=16.x.x", + "node": ">=12.x.x <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT"