don't specify yarn in engines for now (#7181)

This commit is contained in:
Matthew Irish
2019-07-24 10:37:33 -05:00
committed by GitHub
parent 144942f072
commit 63ad2ff3f1

View File

@@ -155,8 +155,7 @@
"handlebars": "^4.1.2"
},
"engines": {
"node": " >= 10.*",
"yarn": "~1.16.0"
"node": " >= 10.*"
},
"private": true,
"ember-addon": {