Comparing version 1.0.1 to 1.0.2
@@ -107,3 +107,3 @@ const _ = require('lodash'); | ||
const isPrivateComponent = _.chain(path.get('properties').value) | ||
.find(_.matchesProperty('key.name', '_lucidIsPrivate')) | ||
.find(_.matchesProperty('key.name', '_isPrivate')) | ||
.get('value.value', false) | ||
@@ -110,0 +110,0 @@ .value(); |
{ | ||
"name": "anx-docgen", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A heavily opinionated wrapper around react-docgen.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21410