Skip to content

Commit

Permalink
makes peerDep more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Audebert committed Jul 4, 2017
1 parent 372d2df commit 530f656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -87,8 +87,8 @@
"uuid": "^3.0.1"
},
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"prop-types": "^15.5.10"
"react": "^15.4.0 || ^16.0.0",
"react-dom": "^15.4.0 || ^16.0.0",
"prop-types": "^15.5.10 || ^16.0.0"
}
}

0 comments on commit 530f656

Please sign in to comment.