Skip to content

Commit

Permalink
move mobx to peerDependencies #51
Browse files Browse the repository at this point in the history
  • Loading branch information
timarney authored Jul 6, 2017
1 parent 272b856 commit 337efbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-app-rewire-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "react-app-rewire-mobx",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"babel-plugin-transform-decorators-legacy": "1.3.4"
},
"peerDependencies": {
"react": "^15.5.4"
"react": "^15.6.0",
"mobx": "^3.1.17",
"mobx-react": "^4.2.2"
}
}

0 comments on commit 337efbc

Please sign in to comment.