Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
[resolves #40] Move fluxible to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ridgway committed Jun 2, 2015
1 parent e29b785 commit 8261ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"dependencies": {
"debug": "^2.0.0",
"fluxible": "^0.4.9",
"hoist-non-react-statics": "^1.0.0",
"immutable": "^3.6.2",
"inherits": "^2.0.1",
Expand All @@ -30,6 +29,7 @@
"routr": "^0.1.1"
},
"peerDependencies": {
"fluxible": "^0.4.9",
"react": "0.13.x"
},
"devDependencies": {
Expand All @@ -38,6 +38,7 @@
"chai": "^2.0.0",
"coveralls": "^2.11.1",
"eslint": "^0.21.0",
"fluxible": "^0.4.9",
"istanbul": "^0.3.2",
"jsdom": "^3.0.2",
"lodash": "^3.2.0",
Expand Down

0 comments on commit 8261ea0

Please sign in to comment.