fix: [skip ci] update supported environments

This commit is contained in:
Sven SAULEAU 2017-01-15 19:45:07 +01:00 committed by GitHub
parent 90279f102f
commit d67b55e88f

View File

@ -7,7 +7,7 @@
The Babel compiler is **only** supported in these environments: The Babel compiler is **only** supported in these environments:
- Modern browsers such as Chrome, Firefox, Safari, Edge etc. - Modern browsers such as Chrome, Firefox, Safari, Edge etc.
- Node 4 - Node.js 4 and upper versions
## Unsupported environments ## Unsupported environments
@ -17,7 +17,6 @@ to:
- Rhino - Rhino
- Nashorn - Nashorn
- Internet Explorer - Internet Explorer
- ...
**NOTE:** If Babel works in any of the unsupported environments, it is purely **NOTE:** If Babel works in any of the unsupported environments, it is purely
coincidental and has no bearing on future compatibility. Use at your own risk. coincidental and has no bearing on future compatibility. Use at your own risk.