Skip to content

Commit 4adb1b1

Browse files
committed
fixing license reference in packages
1 parent 2c6cc5a commit 4adb1b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"keywords": [],
2020
"author": "",
21-
"license": "MIT",
21+
"license": "Apache-2.0",
2222
"packageManager": "pnpm@10.17.1",
2323
"devDependencies": {
2424
"typedoc": "^0.28.14",

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"CLI",
5656
"Command Line Interface"
5757
],
58-
"license": "MIT",
58+
"license": "Apache-2.0",
5959
"main": "dist/index.js",
6060
"type": "module",
6161
"oclif": {

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
55
"author": "Charles Lavery",
6-
"license": "MIT",
6+
"license": "Apache-2.0",
77
"repository": "SalesforceCommerceCloud/b2c-cli",
88
"keywords": [
99
"SFCC",

0 commit comments

Comments
 (0)