Skip to content

Commit

Permalink
fix: Update peer dependency to React 16 (okonet#16)
Browse files Browse the repository at this point in the history
Closes okonet#15
  • Loading branch information
Wartybliggens authored and okonet committed Jan 30, 2018
1 parent 47eb479 commit 4e7b516
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 @@ -72,8 +72,8 @@
"semantic-release": "^6.3.6"
},
"peerDependencies": {
"react": "0.14.x || 15.x",
"react-dom": "0.14.x || 15.x",
"react": "0.14.x || 15.x || 16.x",
"react-dom": "0.14.x || 15.x || 16.x",
"prop-types": "^15.x"
},
"dependencies": {}
Expand Down

0 comments on commit 4e7b516

Please sign in to comment.