Commit de6e0590 authored by Chandan Rai's avatar Chandan Rai Committed by Dan Abramov
Browse files

corrected minor typo (#1514)

parent c811a316
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -439,7 +439,7 @@ npm install --save-dev --save-exact react-scripts@0.8.0 ...@@ -439,7 +439,7 @@ npm install --save-dev --save-exact react-scripts@0.8.0
### Babel Preset (`babel-preset-react-app`) ### Babel Preset (`babel-preset-react-app`)
* The preset now detects the Node.js version in test environment and disables unnecessary ES2015 transforms using using `babel-preset-env`. ([@shubheksha](https://github.com/shubheksha) in [#878](https://github.com/facebookincubator/create-react-app/pull/878), [@JeffreyATW](https://github.com/JeffreyATW) in [#927 * The preset now detects the Node.js version in test environment and disables unnecessary ES2015 transforms using `babel-preset-env`. ([@shubheksha](https://github.com/shubheksha) in [#878](https://github.com/facebookincubator/create-react-app/pull/878), [@JeffreyATW](https://github.com/JeffreyATW) in [#927
](https://github.com/facebookincubator/create-react-app/pull/927)) ](https://github.com/facebookincubator/create-react-app/pull/927))
* Fixes a duplicate dependency on `babel-plugin-transform-regenerator`. ([@akofman](https://github.com/akofman) in [#864](https://github.com/facebookincubator/create-react-app/pull/864)) * Fixes a duplicate dependency on `babel-plugin-transform-regenerator`. ([@akofman](https://github.com/akofman) in [#864](https://github.com/facebookincubator/create-react-app/pull/864))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment