@storybook/addon-info
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -109,3 +109,3 @@ 'use strict'; | ||
props: _propTypes2.default.object, | ||
type: _propTypes2.default.object.isRequired | ||
type: _propTypes2.default.node.isRequired | ||
}).isRequired, | ||
@@ -112,0 +112,0 @@ singleLine: _propTypes2.default.bool, |
{ | ||
"name": "@storybook/addon-info", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A Storybook addon to show additional information for your stories.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -66,3 +66,3 @@ import React from 'react'; | ||
props: PropTypes.object, | ||
type: PropTypes.object.isRequired, | ||
type: PropTypes.node.isRequired, | ||
}).isRequired, | ||
@@ -69,0 +69,0 @@ singleLine: PropTypes.bool, |
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
282136