Skip to content

Commit

Permalink
feat: added peer dependencies for react and react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
yuluyi authored and vagusX committed Mar 27, 2017
1 parent 58a19dc commit 7f82568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
"dependencies": {
"loader-utils": "^1.1.0",
"vulcanize": "^1.15.4"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
}
}

0 comments on commit 7f82568

Please sign in to comment.