@tinymce/moxiedoc
Advanced tools
Comparing version 0.2.0-rc.20220322005335934.sha73e058f to 0.2.0-rc.20220328033553724.shaa3fabc4
@@ -129,3 +129,3 @@ "use strict"; | ||
data.keywords = sortMembers(data.keywords); | ||
data.keywords = data.keywords.join(' '); | ||
data.keywords = data.keywords.join(', '); | ||
return [{ | ||
@@ -132,0 +132,0 @@ type: 'json', |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.2.0-rc.20220322005335934.sha73e058f", | ||
"version": "0.2.0-rc.20220328033553724.shaa3fabc4", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
@@ -161,3 +161,3 @@ import * as fs from 'fs'; | ||
data.keywords = data.keywords.join(' '); | ||
data.keywords = data.keywords.join(', '); | ||
return [{ | ||
@@ -164,0 +164,0 @@ type: 'json', |
Sorry, the diff of this file is not supported yet
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
344264