From c82f8a09fd6d9bc80c20a4c974c699124bbad237 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Wed, 27 Aug 2014 14:25:38 +0200 Subject: [PATCH] Updated deps --- README.md | 4 ++-- package.json | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28cb40b..1527b6d 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ## React FLUX Boilerplate Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the -react-flux-dispatcher and react-flux-store. Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html). +flux-react extension to React JS. Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html). ### How to use * Clone the repo * Run `npm install` -* Open `dev/index.html` or run `python -m SimpleHTTPServer` in the `dev` folder +* Open `dev/index.html`, run `python -m SimpleHTTPServer` in the `dev` folder or set up your own server ### Development * Run `gulp` diff --git a/package.json b/package.json index 556cfed..29bee0f 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserify": "^5.9.3", "chai": "^1.9.1", "es6-promise": "^1.0.0", - "flux-react": "^1.1.2", + "flux-react": "^1.3.2", "gulp": "^3.8.7", "gulp-concat": "^2.3.4", "gulp-cssmin": "^0.1.6", @@ -30,8 +30,6 @@ "karma-phantomjs-launcher": "^0.1.4", "mocha": "^1.21.4", "react": "^0.11.1", - "react-flux-dispatcher": "^1.0.0", - "react-flux-store": "^1.0.0", "react-tools": "^0.11.1", "reactify": "^0.14.0", "vinyl-source-stream": "^0.1.1",