custom-functions-metadata
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -435,2 +435,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
} | ||
// only include description if it has a value | ||
if (!pMetadataItem.description) { | ||
delete pMetadataItem.description; | ||
} | ||
parameterMetadata.push(pMetadataItem); | ||
@@ -437,0 +441,0 @@ }) |
{ | ||
"name": "custom-functions-metadata", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Generate metadata for Excel Custom Functions.", | ||
@@ -55,3 +55,3 @@ "main": "./lib/main.js", | ||
}, | ||
"gitHead": "f10e5d83db1e8d42871b0a4a6d007e98d11a2bd4" | ||
"gitHead": "824a177defc56c6eff4caa0216a41e17928c10a5" | ||
} |
@@ -529,2 +529,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
// only include description if it has a value | ||
if (!pMetadataItem.description) { | ||
delete pMetadataItem.description; | ||
} | ||
parameterMetadata.push(pMetadataItem); | ||
@@ -531,0 +536,0 @@ |
Sorry, the diff of this file is not supported yet
146441
51
2922