Skip to content

Commit

Permalink
3.2.0 - Made mobx a peerDependency to support 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Jul 10, 2017
1 parent c202a2c commit 723bfaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `2.2.0`

:nail_care:

- Defined `mobx` as a `peerDependency`

## `2.1.9`

:bug:
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-rest",
"version": "2.1.9",
"version": "2.2.0",
"description": "REST conventions for mobx.",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,10 @@
]
},
"dependencies": {
"lodash": "^4.17.4",
"mobx": "^3.1.11"
"lodash": "^4.17.4"
},
"peerDependencies": {
"mobx": "^3.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 723bfaf

Please sign in to comment.