Skip to content

Commit

Permalink
Loosens the react & react-js deps reqs on reactotron-react-js. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock authored Aug 29, 2016
1 parent 8106c60 commit 7ea6593
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/reactotron-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"LICENSE",
"README.md"
],
"peerDependencies": {},
"peerDependencies": {
"react": ">=15.3.0",
"react-dom": ">=15.3.0"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.11.4",
Expand All @@ -35,7 +38,9 @@
"nyc": "^8.1.0",
"rollup": "^0.34.8",
"rollup-plugin-babel": "^2.6.1",
"standard": "^8.0.0"
"standard": "^8.0.0",
"react": ">=15.3.0",
"react-dom": ">=15.3.0"
},
"ava": {
"require": [
Expand All @@ -56,8 +61,6 @@
]
},
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"stacktrace-js": "^1.3.1",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.0",
Expand Down

0 comments on commit 7ea6593

Please sign in to comment.