Skip to content

Commit

Permalink
Make mobx a peer dependency ^2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebbar committed Sep 12, 2016
1 parent 88b4fe5 commit 0089103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest": "^15.1.1",
"rimraf": "^2.5.4"
},
"dependencies": {
"mobx": "^2.5.1"
"peerDependencies": {
"mobx": "^2.2.0"
}
}

0 comments on commit 0089103

Please sign in to comment.