forked from SFDO-Community/UnsubscribeLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsfdx-project.json
More file actions
29 lines (29 loc) · 760 Bytes
/
sfdx-project.json
File metadata and controls
29 lines (29 loc) · 760 Bytes
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
{
"packageDirectories": [
{
"path": "force-app",
"package": "Unsubscribe Link",
"versionName": "ver 0.1.NEXT",
"versionNumber": "0.1.0.NEXT",
"default": true,
"versionDescription": ""
},
{
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"definitionFile": "config/scratch-org-def.json",
"path": "unsubscribe",
"default": false,
"package": "Unsubscribe Link 4.0",
"versionDescription": ""
}
],
"name": "unsubscribe",
"namespace": "UnsubscribeLnk",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0",
"packageAliases": {
"Unsubscribe Link": "0Hoaj00000008FJCAY",
"Unsubscribe Link 4.0": "0Hoaj0000000BJdCAM"
}
}