Merge pull request #12563 from ComfortablyCoding/fix-plugin-template-node-engine

fix(plugin template): missing patch `x` symbol for v12
This commit is contained in:
Gustav Hansen 2022-02-18 12:45:38 +01:00 committed by GitHub
commit 393909c381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
} }
], ],
"engines": { "engines": {
"node": ">=12.x. <=16.x.x", "node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0" "npm": ">=6.0.0"
}, },
"license": "MIT" "license": "MIT"