Skip to content

Commit

Permalink
Merge pull request #49 from archriss/v3.5.1
Browse files Browse the repository at this point in the history
v3.5.1
  • Loading branch information
Exilz authored Nov 10, 2017
2 parents cd5b27c + f547cf5 commit 1213c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.48.3",
"react-native-render-html": "3.5.0"
"react-native-render-html": "3.5.1"
},
"devDependencies": {
"babel-jest": "21.0.2",
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-native-render-html",
"version": "3.5.0",
"version": "3.5.1",
"author": "Archriss",
"license": "BSD-2-Clause",
"repository": "https://github.com/archriss/react-native-render-html",
Expand Down
2 changes: 1 addition & 1 deletion src/HTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default class HTML extends PureComponent {
return {
wrapper: 'Text',
data: data.replace(/(\r\n|\n|\r)/gm, ''), // remove linebreaks
attribs,
attribs: attribs || {},
parent,
tagName: name || 'rawtext'
};
Expand Down

0 comments on commit 1213c4d

Please sign in to comment.