react-scroll-progress-bar
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-scroll-progress-bar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A scroll progress bar component for React", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,5 +64,5 @@ import PropTypes from "prop-types"; | ||
height: PropTypes.number, | ||
color: PropTypes.string.isRequired, | ||
} | ||
color: PropTypes.string.isRequired | ||
}; | ||
export { ProgressBar }; | ||
export default ProgressBar; |
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
3705