Skip to content

Commit

Permalink
BCAAS-1111: drop the minimum required version of "yarn" to v1.0.0. I'…
Browse files Browse the repository at this point in the history
…m aware of a consuming application that requires using an older version of yarn.
  • Loading branch information
laurence-myers committed May 30, 2019
1 parent 89d3459 commit 337898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"engines": {
"node": ">=6.9.1",
"npm": ">=3.10.10",
"yarn": ">=1.13.0"
"yarn": ">=1.0.0"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 337898a

Please sign in to comment.