sfc-utils 1.4.185 → 1.4.186
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/brands.js +1 -1
- package/brands2.js +1 -1
- package/brands3.js +1 -1
- package/package.json +1 -1
package/brands.js
CHANGED
|
@@ -43,7 +43,7 @@ let getBrands = function (market) {
|
|
|
43
43
|
},
|
|
44
44
|
attributes: {
|
|
45
45
|
marketPrefix: "sf",
|
|
46
|
-
siteName: "
|
|
46
|
+
siteName: "San Francisco Chronicle",
|
|
47
47
|
twitter: "sfchronicle",
|
|
48
48
|
gaAccount: "UA-1616916-26",
|
|
49
49
|
subscribeLink: "https://www.sfchronicle.com/subproject",
|
package/brands2.js
CHANGED
|
@@ -34,7 +34,7 @@ let getBrands2 = function (market) {
|
|
|
34
34
|
},
|
|
35
35
|
attributes: {
|
|
36
36
|
marketPrefix: "sf",
|
|
37
|
-
siteName: "
|
|
37
|
+
siteName: "San Francisco Chronicle",
|
|
38
38
|
twitter: "sfchronicle",
|
|
39
39
|
gaAccount: "UA-1616916-26",
|
|
40
40
|
//subscribeLink: "https://www.sfchronicle.com/subproject",
|
package/brands3.js
CHANGED
|
@@ -42,7 +42,7 @@ let getBrands3 = function (market) {
|
|
|
42
42
|
},
|
|
43
43
|
attributes: {
|
|
44
44
|
marketPrefix: "sf",
|
|
45
|
-
siteName: "
|
|
45
|
+
siteName: "San Francisco Chronicle",
|
|
46
46
|
twitter: "sfchronicle",
|
|
47
47
|
gaAccount: "UA-1616916-26",
|
|
48
48
|
subscribeLink: "https://www.sfchronicle.com/subproject",
|