Skip to content

Commit

Permalink
fix(package): Move react-dom from deps to peerDeps (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 15, 2016
1 parent 8ac59b7 commit f9217da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"webpack": "^1.13.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"error-stack-parser": "^1.3.6",
"object-assign": "^4.0.1",
"react-dom": "^0.14.0 || ^15.0.0"
"object-assign": "^4.0.1"
}
}

0 comments on commit f9217da

Please # to comment.