Skip to content

Commit

Permalink
Merge pull request #68 from nrabinowitz/downgrade-yarn
Browse files Browse the repository at this point in the history
Remove yarn version restriction in favor of .yvmrc
  • Loading branch information
Nick Rabinowitz authored Sep 19, 2019
2 parents 001167f + 4131e52 commit c39d364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .yvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"engines": {
"node": ">=4",
"npm": ">=3",
"yarn": ">=1.17.0"
"yarn": ">=1.3.0"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit c39d364

Please sign in to comment.