Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Add mobx as a peer dependency (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Dec 22, 2017
1 parent a577f1c commit d706c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
"js-sha3": "0.6.1",
"keycode": "^2.1.9",
"lodash": "4.17.4",
"mobx": "3.3.1",
"mobx-react": "4.3.4",
"moment": "2.19.2",
"qrcode-generator": "1.3.1",
"react-ace": "5.7.0",
Expand All @@ -92,6 +90,8 @@
"zxcvbn": "4.4.2"
},
"peerDependencies": {
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"prop-types": "^15.6.0",
"react": "^16.1.1"
}
Expand Down

0 comments on commit d706c84

Please sign in to comment.