Skip to content

Commit

Permalink
Updated to work with react 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jennasalau committed Oct 3, 2017
1 parent a88b207 commit 296b280
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## React Habitat Redux Change log

# [2.0.1]
### [2.0.2]

- Now works with react and react-dom v16

### [2.0.1]

- Fixed broken import. Thanks @jirgn

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-habitat-redux",
"version": "2.0.1",
"version": "2.0.2",
"description": "Brings Redux connect capabilities with React Habitat",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -58,13 +58,15 @@
"webpack": "^1.13.0",
"karma-firefox-launcher": "^1.0.1",
"prop-types": "^15.5.10"
},
"dependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-dom": "^15.0.0"
},
"peerDependencies": {
"react": ">=15.0.0 <17.0.0",
"react-dom": ">=15.0.0 <17.0.0",
"react-habitat": "^0.5.0",
"react-redux": "^4.0.0",
"redux": "^3.0.0"
"redux": "^3.0.0",
"react-redux": "^4.0.0"
},
"scripts": {
"test": "npm run lint && karma start --single-run",
Expand Down

0 comments on commit 296b280

Please sign in to comment.