From 5bab440a1f01372565cda776e689ab9551261087 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 29 Aug 2015 20:28:07 +0100 Subject: [PATCH] temporarily pin flux to 2.0, as 2.1 switches to ES6 and Babel which breaks 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f964eac788..5f99bd51ce 100644 --- a/package.json +++ b/package.json @@ -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",