specify yarn version in package.json (#6680) [deploy]

This commit is contained in:
Molly Struve 2020-03-17 14:05:47 -05:00 committed by GitHub
parent 243e9b5524
commit 51bb16adee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",