ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 737af8ff32e7557b7243af09d9b01c07a003ab37
parent 7c2ee28872e918fc068ee0c38b9301c09ac340d1
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Sat, 26 Dec 2015 15:34:10 +0300

Remove `flux` dependency since it's no longer in use

Diffstat:
Mpackage.json | 1-
Dsrc/core/Dispatcher.js | 14--------------
2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/package.json b/package.json @@ -12,7 +12,6 @@ "express": "4.13.3", "fastclick": "1.0.6", "fbjs": "0.5.1", - "flux": "2.1.1", "front-matter": "2.0.1", "history": "1.16.0", "jade": "1.11.0", diff --git a/src/core/Dispatcher.js b/src/core/Dispatcher.js @@ -1,14 +0,0 @@ -/** - * React Starter Kit (https://www.reactstarterkit.com/) - * - * Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE.txt file in the root directory of this source tree. - */ - -import { Dispatcher } from 'flux'; - -const dispatcher = new Dispatcher(); - -export default dispatcher;