Skip to content

Commit

Permalink
move react and react-dom to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renatorib committed Jun 23, 2017
1 parent a882fcc commit a9a04ea
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 360 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"dependencies": {
"lodash.keys": "^4.2.0",
"lodash.throttle": "^4.1.1",
"react": "^15.5.3",
"react-display-name": "^0.2.0",
"uuid": "^3.0.1"
},
Expand All @@ -50,7 +49,10 @@
"chokidar-cli": "^1.2.0",
"del-cli": "^0.2.1",
"np": "^2.13.1",
"react-dom": "^15.5.3",
"react-syntax-highlighter": "^5.3.0"
},
"peerDependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}
Loading

0 comments on commit a9a04ea

Please sign in to comment.