forked from jamessimone/salesforce-round-robin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
26 lines (26 loc) · 925 Bytes
/
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
{
"packageDirectories": [
{
"default": true,
"definitionFile": "config/project-scratch-def.json",
"package": "salesforce-round-robin",
"path": "core",
"versionName": "Fixes truncation issue on Round Robin custom setting",
"versionNumber": "0.1.5.0",
"versionDescription": "Invocable & Apex-ready Round Robin Assigner for Salesforce Flow, Process Builder, Apex and more",
"releaseNotesUrl": "https://github.com/jamessimone/salesforce-round-robin/releases/latest"
},
{
"path": "integration-tests"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0",
"packageAliases": {
"salesforce-round-robin": "0Ho6g000000GnClCAK",
"[email protected]": "04t6g000008C6lwAAC",
"[email protected]": "04t6g000008C6sAAAS",
"[email protected]": "04t6g000008Oa2hAAC"
}
}