mui-dataforms
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -105,2 +105,6 @@ "use strict"; | ||
break; | ||
case 'custom': | ||
FieldComponent = field.Component; | ||
break; | ||
} | ||
@@ -107,0 +111,0 @@ } |
{ | ||
"name": "mui-dataforms", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Dynamically generated data forms for use with Material-UI ", | ||
@@ -71,8 +71,3 @@ "main": "dist/index.js", | ||
"react-dom": "^16.8.6" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged --pattern '**/*.*(js|jsx)'" | ||
} | ||
} | ||
} |
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
639
30019