sfc-utils 1.4.24 → 1.4.25

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.
Files changed (3) hide show
  1. package/brands.js +1 -1
  2. package/brands2.js +1 -1
  3. package/package.json +1 -1
package/brands.js CHANGED
@@ -109,7 +109,7 @@ let getBrands = function(market){
109
109
  },
110
110
  attributes: {
111
111
  "marketPrefix": "sa",
112
- "siteName": "Express News",
112
+ "siteName": "Express-News",
113
113
  "twitter": "ExpressNews",
114
114
  "invert": true,
115
115
  "gaAccount": "UA-1616916-27",
package/brands2.js CHANGED
@@ -101,7 +101,7 @@ let getBrands2 = function(market){
101
101
  },
102
102
  attributes: {
103
103
  "marketPrefix": "sa",
104
- "siteName": "Express News",
104
+ "siteName": "Express-News",
105
105
  "twitter": "ExpressNews",
106
106
  "invert": true,
107
107
  "gaAccount": "UA-1616916-27",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",