Comparing version 0.2.12 to 0.2.13
{ | ||
"name": "fluxury", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "Add luxury sugar to simplify implementing Facebook's flavor of Flux architecture.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -9,3 +9,3 @@ # fluxury | ||
This library is an opinionated set of functions that allow you to easily define actions and stores; and singleton dispatcher to publish actions to the stores. | ||
This library is an opinionated set of functions that allow you to easily define actions and stores; and dispatch actions to these stores. | ||
@@ -12,0 +12,0 @@ This new "Flux framework" adds a surface area of 3 functions. |
10106