@tinymce/moxiedoc
Advanced tools
Comparing version 0.2.0-feature.20220218052238395.shaad72172 to 0.2.0-feature.20220218052738294.sha3e6b946
@@ -182,6 +182,2 @@ "use strict"; | ||
if ('adoc' === ext) { | ||
let namespace = getNamespaceFromFullName(data.fullName); | ||
if (!namespace) { | ||
namespace = 'tinymce'; | ||
} | ||
if (data.fullName === 'tinymce') { | ||
@@ -188,0 +184,0 @@ return (BASE_PATH + '/tinymce.root.adoc').toLowerCase(); |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.2.0-feature.20220218052238395.shaad72172", | ||
"version": "0.2.0-feature.20220218052738294.sha3e6b946", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
@@ -216,8 +216,2 @@ import * as fs from 'fs'; | ||
if ('adoc' === ext) { | ||
let namespace = getNamespaceFromFullName(data.fullName); | ||
if (!namespace) { | ||
namespace = 'tinymce'; | ||
} | ||
if (data.fullName === 'tinymce') { | ||
@@ -224,0 +218,0 @@ return (BASE_PATH + '/tinymce.root.adoc').toLowerCase(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
344629
6658