mdan-method 2.7.0 → 2.7.1
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
CHANGED
|
@@ -267,7 +267,7 @@ class ModuleManager {
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
// Mark as custom if it's using custom.yaml OR if it's outside src/bmm or src/core
|
|
270
|
-
const isCustomSource = sourceDescription !== 'src/bmm' && sourceDescription !== 'src/core' && sourceDescription !== 'src/modules';
|
|
270
|
+
const isCustomSource = sourceDescription !== 'src/bmm' && sourceDescription !== 'src/core' && sourceDescription !== 'src/modules' && sourceDescription !== 'src/packs';
|
|
271
271
|
const moduleInfo = {
|
|
272
272
|
id: defaultName,
|
|
273
273
|
path: modulePath,
|