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