Skip to content

Commit

Permalink
remove react-dom peerDependency. react-slot-fill should work with rea…
Browse files Browse the repository at this point in the history
…ct-native now

update react-scripts
  • Loading branch information
camwest committed Mar 21, 2017
1 parent eb28cde commit 47a0a95
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 94 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"react": "next",
"react-dom": "next",
"react-icons": "^2.2.3",
"react-scripts": "0.9.2",
"react-scripts": "0.9.5",
"react-split-pane": "^0.1.58",
"react-test-renderer": "next",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"tachyons": "^4.6.2"
},
"peerDependencies": {
"react": "next",
"react-dom": "next"
"react": "next"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 47a0a95

Please sign in to comment.