Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Add 'React 16.0' to peerDependencies (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 1, 2017
2 parents 438c4f5 + 876e94d commit de34d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
# Change log

### vNEXT
- Add `React 16.0` to peerDependencies [PR #102](https://github.com/alexcurtis/react-treebeard/pull/102)

### v2.0.3
- Update `.babelrc` to fix some issues with Travis CI [PR #83](https://github.com/alexcurtis/react-treebeard/pull/83)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
"example": "webpack-dev-server --content-base ./example/ --config ./example/webpack.config.js"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^15.5.4 || ^16.0.0",
"react-dom": "^15.5.4 || ^16.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit de34d0a

Please sign in to comment.