Skip to content

Commit f8ab4f6

Browse files
Thomas BraceThomas Brace
authored andcommitted
Recompile
1 parent f61c86a commit f8ab4f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/ShowMoreText.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ var ShowMoreText = /*#__PURE__*/function (_Component) {
124124
keepNewLines = _this$props.keepNewLines,
125125
truncatedEndingComponent = _this$props.truncatedEndingComponent,
126126
expandedProps = _this$props.expanded;
127-
console.log(expandedProps);
128127
var _this$state = this.state,
129128
expandedState = _this$state.expanded,
130129
truncated = _this$state.truncated;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-show-more-text",
3-
"version": "v2.0.1",
3+
"version": "v2.0.2",
44
"description": "The text surrounded by the component will be truncated. Anything surrounded by the component could be evaluated as text. The component react-show-more-text/ShowMoreText is fork of react-show-more/ShowMore, applied improvements, works with React 16.x.x, added onClick event.",
55
"main": "lib/ShowMoreText.js",
66
"files": [

0 commit comments

Comments
 (0)