specify yarn version in package.json (#6680) [deploy]
This commit is contained in:
parent
243e9b5524
commit
51bb16adee
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
"name": "dev.to",
|
||||
"version": "1.0.0",
|
||||
"description": "Where programmers share ideas and help each other grow",
|
||||
"engines": {
|
||||
"yarn": "1.21.x"
|
||||
},
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue