Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jennasalau committed Aug 19, 2017
1 parent 13b1880 commit 3911f7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/react-habitat-redux.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ return /******/ (function(modules) { // webpackBootstrap
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ReduxDomFactory = undefined;

var _ReduxDomFactory = __webpack_require__(1);

exports.ReduxDomFactory = _ReduxDomFactory.ReduxDomFactory;
exports.default = _ReduxDomFactory.ReduxDomFactory;

/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/react-habitat-redux.min.js

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

2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ReduxDomFactory = undefined;

var _ReduxDomFactory = require('./ReduxDomFactory');

exports.ReduxDomFactory = _ReduxDomFactory.ReduxDomFactory;
exports.default = _ReduxDomFactory.ReduxDomFactory;

0 comments on commit 3911f7d

Please sign in to comment.