react-disqus-thread
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -99,6 +99,2 @@ 'use strict'; | ||
shouldComponentUpdate: function shouldComponentUpdate(newProps) { | ||
return newProps.id !== this.props.id || newProps.url !== this.props.url; | ||
}, | ||
componentDidUpdate: function componentDidUpdate() { | ||
@@ -130,3 +126,3 @@ this.loadDisqus(); | ||
{ href: 'http://disqus.com', className: 'dsq-brlink' }, | ||
'blog comments powered by', | ||
'Blog comments powered by ', | ||
_react2['default'].createElement( | ||
@@ -136,3 +132,4 @@ 'span', | ||
'Disqus' | ||
) | ||
), | ||
'.' | ||
) | ||
@@ -139,0 +136,0 @@ ); |
{ | ||
"name": "react-disqus-thread", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "React Disqus thread component", | ||
@@ -22,5 +22,5 @@ "main": "lib/main.js", | ||
"peerDependencies": { | ||
"react": "^0.14.0", | ||
"react-dom": "^0.14.0" | ||
"react": "^15.0.1", | ||
"react-dom": "^15.0.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7331
164