Update targeted IE version in documentation (#4551)

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
This commit is contained in:
Reuben Antz
2018-09-26 06:36:12 +01:00
committed by Joe Haddad
parent 523d6e9615
commit 6c0cf8c3ac

View File

@@ -57,7 +57,7 @@ packages/
### Package Descriptions
#### [babel-preset-react-app](https://github.com/facebook/create-react-app/tree/master/packages/babel-preset-react-app)
This package is a babel preset intended to be used with `react-scripts`.<br>
It targets platforms that React is designed to support (IE 9+) and enables experimental features used heavily at Facebook.<br>
It targets platforms that React is designed to support (IE 11+) and enables experimental features used heavily at Facebook.<br>
This package is enabled by default for all `create-react-app` scaffolded applications.
#### [create-react-app](https://github.com/facebook/create-react-app/tree/master/packages/create-react-app)
The global CLI command code can be found in this directory, and shouldn't often be changed. It should run on Node 0.10+.