Skip to content

Commit 515e9fc

Browse files
authored
Merge pull request #6 from jvgreenaway/master
Move react-dom to peerDependencies
2 parents 25a9832 + baa7af2 commit 515e9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"test": "echo \"Error: no test specified\" && exit 1"
2929
},
3030
"peerDependencies": {
31-
"react": ">=15"
31+
"react": ">=15",
32+
"react-dom": ">=15"
3233
},
3334
"dependencies": {
3435
"clean-react-props": "^0.1.1",
3536
"lodash.omit": "^4.5.0",
3637
"lodash.throttle": "^4.1.1",
37-
"prop-types": "^15.5.10",
38-
"react-dom": "^15.6.1"
38+
"prop-types": "^15.5.10"
3939
},
4040
"devDependencies": {
4141
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)