Skip to content

Commit

Permalink
(deps): add mobx-state-tree as a peerDep
Browse files Browse the repository at this point in the history
- tagged to ^3.2.1 as that's the lowest I've used it with, but it
  might work with lower versions too
  • Loading branch information
agilgur5 committed May 19, 2019
1 parent ff6b8b4 commit 34433a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"bugs": {
"url": "https://github.com/agilgur5/mst-persist/issues"
},
"homepage": "https://github.com/agilgur5/mst-persist"
"homepage": "https://github.com/agilgur5/mst-persist",
"peerDependencies": {
"mobx-state-tree": "^3.2.1"
}
}

0 comments on commit 34433a6

Please sign in to comment.