codeplay-common 1.1.65 → 1.1.66

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",
@@ -7,7 +7,7 @@ const filePrefixes = [
7
7
  ];
8
8
 
9
9
 
10
- const splashXmlPath = path.join(projectRoot, "splashxml"); // Path to splashxml folder
10
+ const splashXmlPath = path.join(projectRoot, "buildCodeplay"); // Path to splashxml folder
11
11
 
12
12
 
13
13