1. 14 Sep, 2016 1 commit
  2. 13 Sep, 2016 1 commit
  3. 12 Sep, 2016 2 commits
  4. 11 Sep, 2016 5 commits
  5. 10 Sep, 2016 2 commits
  6. 06 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Warn about unsupported Node.js versions (#575) · d3530f48
      Ville Immonen authored
      * Warn about unsupported Node.js versions
      
      Add the `engines` field to package.json so users of old Node.js versions
      will at least get a warning when trying to install create-react-app or
      react-scripts, e.g.:
      
        npm WARN engine create-react-app@0.3.0: wanted: {"node":">=6"} (current: {"node":"4.2.3","npm":"2.14.7"})
      
      * Remove duplicated field and extra whitespace
      
      * Change the engine version back to 4
      d3530f48
  7. 05 Sep, 2016 1 commit
  8. 03 Sep, 2016 11 commits
  9. 02 Sep, 2016 16 commits