react-disqus-thread
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -10,3 +10,3 @@ # Changelog | ||
- Allow Disqus thread to unload and load a new one | ||
- Making React a peer dependency | ||
- Moving React to `peerDependencies` | ||
- Updating to React 0.13 | ||
@@ -18,1 +18,5 @@ - Removing JSX | ||
- Fixing issue with deprecated `transferPropsTo` | ||
### 0.2.2 (Jun 11, 2015) | ||
- Adding React to `devDependencies` |
{ | ||
"name": "react-disqus-thread", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "React Disqus thread component", | ||
@@ -31,5 +31,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/mzabriskie/react-disqus-thread", | ||
"dependencies": { | ||
"react": "^0.13.3" | ||
}, | ||
"peerDependencies": { | ||
@@ -41,12 +38,13 @@ "react": "^0.13.3" | ||
"karma": "^0.12.36", | ||
"karma-chrome-launcher": "^0.1.12", | ||
"karma-cli": "0.0.4", | ||
"karma-firefox-launcher": "^0.1.6", | ||
"karma-jasmine": "^0.3.5", | ||
"karma-chrome-launcher": "^0.1.12", | ||
"karma-firefox-launcher": "^0.1.6", | ||
"webpack": "^1.9.10", | ||
"karma-webpack": "^1.5.1", | ||
"react": "^0.13.3", | ||
"reactify": "^1.1.1", | ||
"uglify-js": "^2.4.23", | ||
"webpack-dev-server": "^1.9.0", | ||
"karma-webpack": "^1.5.1" | ||
"webpack": "^1.9.10", | ||
"webpack-dev-server": "^1.9.0" | ||
} | ||
} |
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
26159
1
12
- Removedreact@^0.13.3