sfc-utils 1.4.113 → 1.4.114

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 -0
  2. package/package.json +1 -1
package/copy/docs.js CHANGED
@@ -197,6 +197,7 @@ let grabDocs = (
197
197
  },
198
198
  };
199
199
 
200
+ //if the parent of the aTag has a style attribute, we need to pass that along
200
201
  if (
201
202
  aTag.parent.attribs.style &&
202
203
  typeof aTag.parent.attribs.style === "string" &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.113",
3
+ "version": "1.4.114",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",