mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
don't specify yarn in engines for now (#7181)
This commit is contained in:
parent
144942f072
commit
63ad2ff3f1
1 changed files with 1 additions and 2 deletions
|
|
@ -155,8 +155,7 @@
|
|||
"handlebars": "^4.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": " >= 10.*",
|
||||
"yarn": "~1.16.0"
|
||||
"node": " >= 10.*"
|
||||
},
|
||||
"private": true,
|
||||
"ember-addon": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue