vuepress-plugin-typedoc
Advanced tools
Comparing version 0.9.2 to 0.10.0
@@ -33,3 +33,3 @@ "use strict"; | ||
const options = (0, options_1.getOptions)(opts); | ||
const outputDirectory = ctx.sourceDir + '/' + options.out; | ||
const outputDirectory = (ctx.sourceDir || ctx.dir.source()) + '/' + options.out; | ||
(0, render_1.removeDir)(outputDirectory); | ||
@@ -36,0 +36,0 @@ app = new typedoc_1.Application(); |
{ | ||
"name": "vuepress-plugin-typedoc", | ||
"version": "0.9.2", | ||
"version": "0.10.0", | ||
"description": "A VuePress plugin to build api documentation with TypeDoc.", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "ecdaaff7a231af13ad654c79ad1143b05c151927" | ||
"gitHead": "d9eada3358360b509f5071ce09df6bba8f37bc2c" | ||
} |
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
17575