Skip to content

Commit

Permalink
fix(package): add react 15 to peerDeps (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jun 22, 2016
1 parent 396d1ff commit 72252da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"peerDependencies": {
"jquery": "^2.1.4",
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": ">=0.14.0 <= 15",
"react-dom": ">=0.14.0 <= 15"
}
}

0 comments on commit 72252da

Please sign in to comment.