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 CHANGED
@@ -43,7 +43,7 @@ let getBrands = function (market) {
43
43
  },
44
44
  attributes: {
45
45
  marketPrefix: "sf",
46
- siteName: "The San Francisco Chronicle",
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: "The San Francisco Chronicle",
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: "The San Francisco Chronicle",
45
+ siteName: "San Francisco Chronicle",
46
46
  twitter: "sfchronicle",
47
47
  gaAccount: "UA-1616916-26",
48
48
  subscribeLink: "https://www.sfchronicle.com/subproject",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.185",
3
+ "version": "1.4.186",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",