Skip to content

Commit

Permalink
temporarily pin flux to 2.0, as 2.1 switches to ES6 and Babel which b…
Browse files Browse the repository at this point in the history
…reaks our Dispatcher.js which fails to correctly extend the new Flux dispatcher, presumably due to using our noddy extend.js rather than an ES6-compatible one
  • Loading branch information
ara4n committed Aug 29, 2015
1 parent ef02770 commit 5bab440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"classnames": "^2.1.2",
"filesize": "^3.1.2",
"flux": "^2.0.3",
"flux": "~2.0.3",
"matrix-js-sdk": "git://github.com/matrix-org/matrix-js-sdk.git#develop",
"q": "^1.4.1",
"react": "^0.13.3",
Expand Down

0 comments on commit 5bab440

Please sign in to comment.