codeplay-common 1.1.65 → 1.1.67

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.67",
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
+
11
11
 
12
12
 
13
13
 
@@ -21,7 +21,7 @@ const commonBuildPath = path.join(__dirname, "../files"); // Path where files we
21
21
 
22
22
 
23
23
 
24
-
24
+ const splashXmlPath = path.join(projectRoot, "buildCodeplay"); // Path to splashxml folder
25
25
 
26
26
 
27
27