@twostoryrobot/storybook-addon-docgen
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -30,2 +30,3 @@ import React from 'react' | ||
Button.propTypes = { | ||
/** The content of the button */ | ||
children: PropTypes.oneOfType([ | ||
@@ -32,0 +33,0 @@ PropTypes.arrayOf(PropTypes.node), |
{ | ||
"name": "@twostoryrobot/storybook-addon-docgen", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates documentation using react-docgen", | ||
@@ -29,4 +29,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@storybook/addons": "^3.3.10", | ||
"@storybook/react": "^3.3.10", | ||
"@storybook/addons": "^3.3.15", | ||
"@storybook/react": "^3.3.15", | ||
"@twostoryrobot/prettier": "^1.0.0", | ||
@@ -41,3 +41,3 @@ "babel-cli": "^6.26.0", | ||
"prettier": "^1.10.2", | ||
"prop-types": "^15.6.0", | ||
"prop-types": "^15.6.1", | ||
"react": "^16.2.0", | ||
@@ -44,0 +44,0 @@ "react-dom": "^16.2.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
9948
190