typescene-api-docgen
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -81,2 +81,4 @@ // COMMAND LINE APPLICATION: | ||
console.log("Writing files..."); | ||
if (!fs.existsSync(outputDir)) | ||
fs.mkdirSync(outputDir); | ||
console.log("documentation.json..."); | ||
@@ -83,0 +85,0 @@ var json = { title, toc, items: result }; |
{ | ||
"name": "typescene-api-docgen", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "API documentation generator used by Typescene modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
373097
1727