mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 19:34:51 +00:00
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:
commit
393909c381
@ -17,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=12.x. <=16.x.x",
|
||||
"node": ">=12.x.x <=16.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user