1. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  2. 26 Sep, 2016 1 commit
  3. 25 Sep, 2016 1 commit
  4. 23 Sep, 2016 1 commit
  5. 19 Sep, 2016 1 commit
  6. 18 Sep, 2016 1 commit
  7. 14 Sep, 2016 1 commit
  8. 11 Sep, 2016 2 commits
  9. 02 Sep, 2016 1 commit
  10. 01 Sep, 2016 2 commits
  11. 25 Aug, 2016 1 commit
    • William Horton's avatar
      Use most recent React version (#477) · 250605fa
      William Horton authored
      * Get latest version numbers of react and react-dom from npm before install.
      
      * Run separate npm installs for react, react-dom, and react-test-renderer.
      
      * Consolidate into a single npm install.
      
      * Fix misplaced parenthesis, add missing semicolon.
      
      * Add missing semicolon.
      250605fa
  12. 08 Aug, 2016 1 commit
  13. 01 Aug, 2016 1 commit
  14. 26 Jul, 2016 1 commit
  15. 25 Jul, 2016 2 commits
  16. 24 Jul, 2016 2 commits
  17. 22 Jul, 2016 2 commits
  18. 21 Jul, 2016 3 commits
  19. 19 Jul, 2016 1 commit
  20. 18 Jul, 2016 14 commits