@charlietango/react-docs-net
Advanced tools
Comparing version
@@ -23,3 +23,4 @@ // | ||
if (key === 'children') return false; | ||
return prop.description && !prop.description.includes('@internal'); | ||
if (!prop.description) return true; | ||
return !prop.description.includes('@internal'); | ||
}); | ||
@@ -26,0 +27,0 @@ let output = ''; |
{ | ||
"name": "@charlietango/react-docs-net", | ||
"description": "Package and publish a NuGet package to a custom feed.", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
42977
0.09%729
0.14%