Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 6, 2017
1 parent cd1c12c commit 76bd269
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -24464,12 +24464,6 @@ var Iframe = (_temp = _class = function (_PureComponent) {
}, style)
}));
}
}, {
key: 'iframe',
get: function get() {
var iframe = _reactDom2.default.findDOMNode(this);
return iframe;
}
}, {
key: 'contentWindow',
get: function get() {
Expand Down Expand Up @@ -24918,4 +24912,4 @@ _reactDom2.default.render(_react2.default.createElement(App, null), document.get
/***/ })

/******/ });
//# sourceMappingURL=bundle.js.map?072508fb4e8acad532d9
//# sourceMappingURL=bundle.js.map?3d0ff96021fa6cf51610
2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?072508fb4e8acad532d9"></script></body>
<script type="text/javascript" src="bundle.js?3d0ff96021fa6cf51610"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/react-iframe",
"version": "0.1.0",
"version": "0.2.0",
"description": "React Iframe component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 76bd269

Please sign in to comment.