Skip to content

Commit 944f860

Browse files
Added unlocked packaging as an option.
1 parent f670250 commit 944f860

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed
43.3 KB
Loading
42.7 KB
Loading

sfdx-project.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
2-
"packageDirectories": [
3-
{
4-
"path": "force-app",
5-
"default": true
2+
"packageDirectories": [
3+
{
4+
"path": "force-app",
5+
"default": true,
6+
"package": "Character Counter Component",
7+
"versionName": "ver 0.1",
8+
"versionNumber": "0.1.0.NEXT"
9+
}
10+
],
11+
"name": "The_Character_Counting_Component",
12+
"namespace": "",
13+
"sfdcLoginUrl": "https://login.salesforce.com",
14+
"sourceApiVersion": "54.0",
15+
"packageAliases": {
16+
"Character Counter Component": "0Ho4R0000004CEOSA2",
17+
"Character Counter Component@0.1.0-1": "04t4R000001hhzVQAQ"
618
}
7-
],
8-
"name": "The_Character_Counting_Component",
9-
"namespace": "",
10-
"sfdcLoginUrl": "https://login.salesforce.com",
11-
"sourceApiVersion": "54.0"
12-
}
19+
}

0 commit comments

Comments
 (0)