Skip to content

Commit

Permalink
create new dist files and bump version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanauati authored Apr 20, 2018
1 parent 838ee48 commit a8376b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/adslot.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ var AdSlot = exports.AdSlot = function (_React$Component) {
}
}
}
},
{
}, {
key: 'slotShouldRefresh',
value: function slotShouldRefresh() {
var r = true;
Expand Down
2 changes: 1 addition & 1 deletion lib/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ var DFPManager = _extends(new _events.EventEmitter().setMaxListeners(0), {
},
detachSlotIsViewable: function detachSlotIsViewable(cb) {
this.removeListener('impressionViewable', cb);
},
}
});

exports.default = DFPManager;
2 changes: 1 addition & 1 deletion package-lock.json

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dfp",
"version": "0.7.2",
"version": "0.7.3",
"homepage": "https://github.com/jaanauati/react-dfp/",
"author": {
"name": "Jonatan Alexis Anauati",
Expand Down

0 comments on commit a8376b5

Please sign in to comment.