theprogrammablemind_4wp 9.6.3-beta.11 → 9.6.3-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config.js +1 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -987,7 +987,7 @@ class Config {
|
|
|
987
987
|
getInfo () {
|
|
988
988
|
const name = this.name
|
|
989
989
|
const includes = this.configs.slice(1).map((km) => km.config.name)
|
|
990
|
-
includes.sort()
|
|
990
|
+
// includes.sort()
|
|
991
991
|
const visibleExamples = []
|
|
992
992
|
for (const test of this.tests) {
|
|
993
993
|
if (!test.developerTest) {
|