chore(@embark/suggestions): remove `<12.0.0` restriction re: Node.js version

This commit is contained in:
Michael Bradley, Jr 2020-01-20 08:37:10 -06:00
parent c093cf88ea
commit 7f0ab4390b
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"typescript": "3.7.2"
},
"engines": {
"node": ">=10.17.0 <12.0.0",
"node": ">=10.17.0",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
},
@ -73,4 +73,3 @@
}
}
}