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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cob-cli",
3
- "version": "2.41.2",
3
+ "version": "2.42.0",
4
4
  "description": "A command line utility to help Cult of Bits partners develop with higher speed and reusing common code and best practices.",
5
5
  "preferGlobal": true,
6
6
  "repository": {