alaska-field-image
Advanced tools
Comparing version 0.11.8 to 0.11.10
{ | ||
"name": "alaska-field-image", | ||
"version": "0.11.8", | ||
"version": "0.11.10", | ||
"description": "Alaska image field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
// @flow | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import _ from 'lodash'; | ||
@@ -8,9 +9,7 @@ import shallowEqualWithout from 'shallow-equal-without'; | ||
const { object, func } = React.PropTypes; | ||
export default class ImageFieldView extends React.Component { | ||
static contextTypes = { | ||
settings: object, | ||
t: func | ||
settings: PropTypes.object, | ||
t: PropTypes.func | ||
}; | ||
@@ -17,0 +16,0 @@ |
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
11875