Skip to content

Commit

Permalink
fix(package.json): move react-dom to peerDependencies (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
whns authored and tomchentw committed Sep 8, 2017
1 parent 19eba9c commit ebb9e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -80,15 +80,15 @@
"standard-version": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^15.6.1"
},
"dependencies": {
"classnames": "^2.2.5",
"create-react-class": "^15.6.0",
"element-class": "^0.2.2",
"immutability-helper": "^2.3.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react-dom": "^15.6.1"
"prop-types": "^15.5.10"
}
}

0 comments on commit ebb9e90

Please sign in to comment.