Hacker News new | ask | show | jobs
by Klathmon 3138 days ago
How are you depending on react?

I just checked 3 of my projects that use it, and all 3 are pointing to the correct "facebook react" repo.

1 comments

Just a standard dependency on version 15. It figured out react-dom just fine though.

  {
    "dependencies": {
      "react": "^15.6.1",
      "react-dom": "^15.6.1"
    }
  }