cf-component-button
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -34,3 +34,3 @@ 'use strict'; | ||
submit: PropTypes.bool, | ||
type: PropTypes.oneOf(['default', 'primary', 'success', 'warning', 'error']).isRequired, | ||
type: PropTypes.oneOf(['default', 'primary', 'success', 'warning', 'danger']).isRequired, | ||
disabled: PropTypes.bool, | ||
@@ -37,0 +37,0 @@ loading: PropTypes.bool |
{ | ||
"name": "cf-component-button", | ||
"description": "CloudFlare Button Component", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "lib/index.js", | ||
@@ -15,4 +15,5 @@ "author": "James Kyle <jkyle@cloudflare.com>", | ||
"devDependencies": { | ||
"assert-equal-jsx": "^1.0.0", | ||
"react-dom": "^0.14.2" | ||
} | ||
} |
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
2531
2