Skip to content

Commit

Permalink
Remove peerDependencies
Browse files Browse the repository at this point in the history
It is hard to use pre-release versions of mobx & mobx-react with this requirements.
See also npm/npm#8854 (comment)
  • Loading branch information
Strate committed Oct 17, 2016
1 parent a297189 commit 18d206b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"url": "https://github.com/mobxjs/mobx/issues"
},
"homepage": "https://mobxjs.github.io/mobx",
"peerDependencies": {
"mobx": "^2.2.0",
"mobx-react": "^3.3.0"
},
"devDependencies": {
"babel": "^6.5.1",
"babel-core": "^6.5.1",
Expand All @@ -43,4 +39,4 @@
"reactive",
"devtools"
]
}
}

0 comments on commit 18d206b

Please sign in to comment.