react-document-meta
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "react-document-meta", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Declarative, nested and stateful HTML document meta tags for React", | ||
@@ -35,3 +35,5 @@ "main": "./dist/index", | ||
"mocha": "^3.1.2", | ||
"react": "^15.4.1", | ||
"react-addons-test-utils": "^15.4.1", | ||
"react-dom": "^15.4.1", | ||
"react-hot-loader": "^1.3.0", | ||
@@ -41,5 +43,7 @@ "webpack": "^1.13.3", | ||
}, | ||
"peerDependencies": { | ||
"react": ">=0.14.0", | ||
"react-dom": ">=0.14.0" | ||
}, | ||
"dependencies": { | ||
"react": ">=0.14.0", | ||
"react-dom": ">=0.14.0", | ||
"react-side-effect": "^1.0.1" | ||
@@ -46,0 +50,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
52638
23
- Removedreact@>=0.14.0
- Removedreact-dom@>=0.14.0