redux-fire-auth
Advanced tools
Comparing version 0.0.1-beta.2 to 0.0.1-beta.3
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(['exports'], factory); | ||
define('reduxFireAuth', ['exports'], factory); | ||
} else if (typeof exports !== "undefined") { | ||
@@ -11,3 +11,3 @@ factory(exports); | ||
factory(mod.exports); | ||
global.index = mod.exports; | ||
global.reduxFireAuth = mod.exports; | ||
} | ||
@@ -14,0 +14,0 @@ })(this, function (exports) { |
{ | ||
"name": "redux-fire-auth", | ||
"version": "0.0.1-beta.2", | ||
"version": "0.0.1-beta.3", | ||
"description": "Helper to keep the redux state in sync with the firebase auth session.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
16874