Skip to content

Commit

Permalink
add dependencies to react-test-renderer and react-addons (#8467)
Browse files Browse the repository at this point in the history
**What** and **Why**:

* When using npm version 2, `object-assign` and `fbjs` were not getting properly installed
* This PR adds `object-assign` and `fbjs` as explicit dependencies to both `react-test-renderer` and `react-addons`
  • Loading branch information
kweiberth authored and gaearon committed Dec 1, 2016
1 parent a05c845 commit 701df24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"fbjs": "^0.8.4",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha"
},
Expand Down

0 comments on commit 701df24

Please sign in to comment.