Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Nov 29, 2016
  3. Nov 28, 2016
  4. Nov 23, 2016
  5. Nov 21, 2016
  6. Nov 17, 2016
  7. Nov 10, 2016
  8. Nov 08, 2016
  9. Nov 04, 2016
  10. Oct 27, 2016
  11. Oct 24, 2016
  12. Oct 23, 2016
  13. Oct 22, 2016
  14. Oct 21, 2016
    • Ray Schamp's avatar
      Merge pull request #8 from rschamp/react-peers · 547ed559
      Ray Schamp authored
      Pin React devDependencies, add peerDependencies
      547ed559
    • Ray Schamp's avatar
      Pin React devDependencies, add peerDependencies · 534feb9f
      Ray Schamp authored
      When the package is installed as a dependency, it should warn the installer that React is a peerDependency.  When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency.
      
      I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
      534feb9f
Loading