react-file-uploader
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "react-file-uploader", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A set of file-upload-components with React.js.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -61,3 +61,3 @@ import React, { Component, PropTypes } from 'react'; | ||
style: PropTypes.object, | ||
upload: PropTypes.func.isRequired, | ||
upload: PropTypes.func, | ||
}; | ||
@@ -64,0 +64,0 @@ |
Sorry, the diff of this file is not supported yet
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
258136