Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
allow react 16 as peer dependency (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiss-stripe authored Sep 18, 2017
1 parent 8818c9b commit 73c0214
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 @@ -65,7 +65,7 @@
"webpack-dev-server": "^2.8.1"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^15.5.4 || ^16.0.0-0",
"react-dom": "^15.5.4 || ^16.0.0-0"
}
}

0 comments on commit 73c0214

Please sign in to comment.