-
Notifications
You must be signed in to change notification settings - Fork 74
/
sfdx-project.json
executable file
·30 lines (30 loc) · 1.09 KB
/
sfdx-project.json
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
29
30
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "TimeWarp",
"versionNumber": "1.14.0.NEXT",
"versionName": "Ross",
"ancestorVersion": "1.12.0",
"releaseNotesUrl": "https://github.com/deejay-hub/timeline-lwc/blob/main/changelog.md"
}
],
"namespace": "bmpyrckt",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0",
"packageAliases": {
"TimeWarp": "0Ho2w000000TNVlCAO",
"[email protected]": "04t2w000008K1N2AAK",
"[email protected]": "04t2w000008K1NRAA0",
"[email protected]": "04t2w000008K1NWAA0",
"[email protected]": "04t2w000008K32CAAS",
"[email protected]": "04t2w000008K3UlAAK",
"[email protected]": "04t2w000008K3UqAAK",
"[email protected]": "04t2w000008K3UvAAK",
"[email protected]": "04t2w000009BbXOAA0",
"[email protected]": "04t2w000009BbjoAAC",
"[email protected]": "04t2w000009Bc08AAC",
"[email protected]": "04t2w000009VNfnAAG"
}
}