campaign-cli 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "campaign-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Save time, reduce risk and improve code health with acc CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adobe",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/myrosblog/acc-cli/issues"
|
|
48
48
|
},
|
|
49
|
-
"homepage": "https://myrosblog.com/adobe-campaign/acc-cli?utm_campaign=
|
|
49
|
+
"homepage": "https://myrosblog.com/adobe-campaign/acc-cli?utm_campaign=package-json"
|
|
50
50
|
}
|
package/src/main.js
CHANGED
|
@@ -26,7 +26,7 @@ const pathConfig = "config.path";
|
|
|
26
26
|
console.log(
|
|
27
27
|
`🏠 acc ${vAcc} initialized with Adobe acc-js-sdk ${vSdk} and authentication from ${pathConfig}`,
|
|
28
28
|
);
|
|
29
|
-
const homepage = packageJson.homepage.replace('utm_campaign=
|
|
29
|
+
const homepage = packageJson.homepage.replace('utm_campaign=package-json', 'utm_campaign=acc-cli')
|
|
30
30
|
|
|
31
31
|
program
|
|
32
32
|
.name("acc")
|