cob-cli 2.41.2 → 2.42.0
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.
|
@@ -174,6 +174,8 @@ function copyAndMerge(customizationRepoName, source, substitutions = {}) {
|
|
|
174
174
|
source + "/customize.js" +
|
|
175
175
|
"|" +
|
|
176
176
|
source + ".*/node_modules/" +
|
|
177
|
+
"|" +
|
|
178
|
+
source + "/.*\\.sh" +
|
|
177
179
|
")"
|
|
178
180
|
);
|
|
179
181
|
|
|
@@ -295,4 +297,4 @@ function updateCustomizationsVersions(customizationKey, version) {
|
|
|
295
297
|
if (err) console.log( "Error writing " + customizationsVersionsFile + ":", err.message );
|
|
296
298
|
}
|
|
297
299
|
);
|
|
298
|
-
}
|
|
300
|
+
}
|
package/package.json
CHANGED