vue-docgen-api
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -52,2 +52,3 @@ 'use strict'; | ||
if (typeof prop.default === 'function') { | ||
obj['type'] = { name: 'func' }; | ||
var func = prop.default.toString().replace(fnNameMatchRegex, 'function'); | ||
@@ -54,0 +55,0 @@ value = JSON.parse((0, _stringify2.default)(func.replace(/\s\s+/g, ' '))); |
{ | ||
"name": "vue-docgen-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.", | ||
@@ -5,0 +5,0 @@ "bugs": { |
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
30505
588