Skip to content

Commit

Permalink
feat: mobx and react removed from dependenices
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Oct 9, 2016
1 parent 08fa956 commit 2d82723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ export default observer(Test);

If you want to contribute to the development, do not hesitate to fork the repo and send pull requests.

And don't forget to star the repo! Thanks!
And don't forget to star the repo, I will ensure more frequent updates! Thanks!
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@
}
},
"dependencies": {
"match-media-mock": "0.1.0",
"mobx": "2.5.2",
"react": "15.3.2"
"match-media-mock": "0.1.0"
},
"peerDependencies": {
"react": "15.3.2"
"mobx": "^2.6.0",
"react": "^15.3.2"
},
"devDependencies": {
"babel-cli": "6.16.0",
Expand All @@ -75,16 +74,18 @@
"commitizen": "2.8.6",
"cz-conventional-changelog": "1.2.0",
"enzyme": "2.4.1",
"eslint": "3.6.1",
"eslint": "3.7.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "2.0.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.3.0",
"ghooks": "1.3.2",
"json-loader": "0.5.4",
"mobx": "2.6.0",
"mocha": "3.1.0",
"npm-run-all": "3.1.0",
"nyc": "8.3.0",
"nyc": "8.3.1",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.3.2",
"semantic-release": "^4.3.5",
Expand Down

0 comments on commit 2d82723

Please sign in to comment.