Commit 11cc5aef authored by Ville Immonen's avatar Ville Immonen Committed by GitHub
Browse files

Merge pull request #1367 from facebookincubator/0.8.x

0.8.5
parents 1b645e2c a5b83894
Showing with 27 additions and 2 deletions
+27 -2
## 0.8.5 (January 9, 2017)
#### :bug: Bug Fix
* `create-react-app`, `react-scripts`
* [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
Fixes an issue where running `create-react-app` failed on systems with Apache Hadoop installed because it falsely detected Hadoop YARN executable as Yarn package manager.
#### Committers: 1
- Ville Immonen ([fson](https://github.com/fson))
### Migrating from 0.8.4 to 0.8.5
Inside any created project that has not been ejected, run:
```
npm install --save-dev --save-exact react-scripts@0.8.5
```
You may also optionally update the global command-line utility:
```
npm install -g create-react-app@1.0.3
```
## 0.8.4 (December 11, 2016)
#### :bug: Bug Fix
......
{
"name": "create-react-app",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"react"
],
......
{
"name": "react-scripts",
"version": "0.8.4",
"version": "0.8.5",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
......
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