sfc-utils 1.4.111 → 1.4.112

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 (2) hide show
  1. package/copy/docs.js +1 -1
  2. package/package.json +1 -1
package/copy/docs.js CHANGED
@@ -197,7 +197,7 @@ let grabDocs = (
197
197
  },
198
198
  };
199
199
 
200
- if (aTag.parent.attribs.style && (
200
+ if ((aTag.parent.attribs && aTag.parent.attribs.style) && (
201
201
  aTag.parent.attribs.style.includes("font-style:italic") ||
202
202
  aTag.parent.attribs.style.includes("font-weight:700"))
203
203
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.111",
3
+ "version": "1.4.112",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",