forked from SalesforceLabs/ClusterAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsfdx-project.json
More file actions
28 lines (28 loc) · 1.04 KB
/
sfdx-project.json
File metadata and controls
28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"namespace": "clustan",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "48.0",
"packageDirectories": [
{
"path": "force-app",
"package": "Cluster Analysis",
"versionName": "v1.5",
"versionNumber": "1.5.0.NEXT",
"postInstallScript": "ClusterPostInstallHandler",
"ancestorId": "04t3h000003dzFEAAY",
"default": true
}
],
"packageAliases": {
"Cluster Analysis": "0Ho3h0000008OTACA2",
"Cluster Analysis@1.0.0-1": "04t3h000002Ne4GAAS",
"Cluster Analysis@1.1.0-1": "04t3h000002NeCBAA0",
"Cluster Analysis@1.1.0-2": "04t3h000002NeCQAA0",
"Cluster Analysis@1.2.0-1": "04t3h000002NeCpAAK",
"Cluster Analysis@1.3.0-1": "04t3h0000027ODGAA2",
"Cluster Analysis@1.4.0-1": "04t3h000003dfi8AAA",
"Cluster Analysis@1.4.0-2": "04t3h000003dzFEAAY",
"Cluster Analysis@1.5.0-1": "04t3h000003e0yfAAA",
"Cluster Analysis@1.5.0-2": "04t3h000003eBAjAAM"
}
}