From a60b4b130290f46b761430c5221967d0eeda7a15 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Fri, 29 May 2015 14:14:15 -0400 Subject: [PATCH] Make note about buildable versions more prominent. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6746e0c3ea..e4685c595c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,6 +25,9 @@ contributing, please read the ## Developing +>Note: Babel moves fast. Only the latest release is guaranteed to build correctly. +>Older releases are not officially supported. If you attempt to build them, do that at your own risk. + #### Setup ```sh @@ -83,9 +86,6 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad * Ensure the test are passing (`make test`) * Create new pull request explaining your proposed change or reference an issue in your commit message ->Note: Babel moves fast. Only the latest release is guaranteed to build correctly. ->Older releases are not officially supported. If you attempt to build them, do that at your own risk. - #### Dependencies + [ast-types](http://ghub.io/ast-types) This is required to monkeypatch regenerators AST definitions. Could be improved in the future.