sfc-utils 1.4.201 → 1.4.202

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.
@@ -61,7 +61,7 @@ function appendLayoutScripts(
61
61
  // Get the domain off the URL
62
62
  const domain = window.location.origin;
63
63
  const fullURL = window.location.href;
64
- const shortDomain = domain.replace("https://www.", "");
64
+ let shortDomain = domain.replace("https://www.", "");
65
65
  const script = document.createElement("script");
66
66
  // Dallas is a special flower
67
67
  if (shortDomain === "dallasnews.com") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.201",
3
+ "version": "1.4.202",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",