react-typing-animation
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -39,4 +39,5 @@ 'use strict'; | ||
Cursor.propTypes = { className: _propTypes2.default.string.isRequired }; | ||
Cursor.propTypes = { className: _propTypes2.default.string }; | ||
Cursor.defaultProps = { className: '' }; | ||
exports.default = Cursor; |
{ | ||
"name": "react-typing-animation", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -24,4 +24,5 @@ import React from 'react'; | ||
Cursor.propTypes = { className: PropTypes.string.isRequired }; | ||
Cursor.propTypes = { className: PropTypes.string }; | ||
Cursor.defaultProps = { className: '' }; | ||
export default Cursor; |
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
40977
922