Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Feb 7, 2017
1 parent b52df99 commit 655f981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions dist/redux-favicon.js
Expand Up @@ -75,9 +75,11 @@ return /******/ (function(modules) { // webpackBootstrap
});

exports.default = function () {
return function (next) {
return function (action) {
next(action);
return function () {
return function (next) {
return function (action) {
next(action);
};
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion dist/redux-favicon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redux-favicon",
"version": "0.1.3",
"version": "0.1.4",
"description": "Dynamic favicon middleware for Redux.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 655f981

Please sign in to comment.