Skip to content

Commit

Permalink
[core] Set required yarn version
Browse files Browse the repository at this point in the history
Before 1.4.0 bin commands could not be found when executed from
a workspace. See yarnpkg/yarn#4848
  • Loading branch information
eps1lon committed Sep 13, 2018
1 parent c683d68 commit e6260e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
"instrument": false
},
"engines": {
"node": ">=8.0.0"
"node": ">=8.0.0",
"yarn": "^1.4.0"
},
"workspaces": [
"packages/*"
Expand Down
3 changes: 2 additions & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"access": "public"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0",
"yarn": "^1.4.0"
}
}
3 changes: 2 additions & 1 deletion packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"access": "public"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0",
"yarn": "^1.4.0"
}
}
3 changes: 2 additions & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"access": "public"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0",
"yarn": "^1.4.0"
}
}
3 changes: 2 additions & 1 deletion packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"access": "public"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0",
"yarn": "^1.4.0"
}
}
3 changes: 2 additions & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"access": "public"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.0.0",
"yarn": "^1.4.0"
}
}

0 comments on commit e6260e3

Please sign in to comment.