jsdoc-to-markdown
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
@@ -93,3 +93,2 @@ 'use strict'; | ||
this.cache = true; | ||
this.pedantic = true; | ||
@@ -140,3 +139,3 @@ this.files = options.files; | ||
function stats(screenName, options, command, sync) { | ||
if (options['no-usage-stats']) { | ||
if (options && options['no-usage-stats']) { | ||
usageStats.disable(); | ||
@@ -143,0 +142,0 @@ return command(options); |
{ | ||
"name": "jsdoc-to-markdown", | ||
"author": "Lloyd Brookes", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"description": "jsdoc-annotated source in, markdown API docs out.", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/jsdoc2md/jsdoc-to-markdown", |
@@ -161,3 +161,2 @@ 'use strict' | ||
this.cache = true | ||
this.pedantic = true | ||
@@ -294,3 +293,3 @@ /** | ||
/* when disabled, all usageStats methods are no-ops */ | ||
if (options['no-usage-stats']) { | ||
if (options && options['no-usage-stats']) { | ||
usageStats.disable() | ||
@@ -297,0 +296,0 @@ return command(options) |
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
58799
1080