Skip to content

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Brace authored and Thomas Brace committed Nov 16, 2021
1 parent f61c86a commit f8ab4f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/ShowMoreText.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ var ShowMoreText = /*#__PURE__*/function (_Component) {
keepNewLines = _this$props.keepNewLines,
truncatedEndingComponent = _this$props.truncatedEndingComponent,
expandedProps = _this$props.expanded;
console.log(expandedProps);
var _this$state = this.state,
expandedState = _this$state.expanded,
truncated = _this$state.truncated;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-show-more-text",
"version": "v2.0.1",
"version": "v2.0.2",
"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.",
"main": "lib/ShowMoreText.js",
"files": [
Expand Down

0 comments on commit f8ab4f6

Please sign in to comment.