sfc-utils 1.4.38 → 1.4.39

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
@@ -127,7 +127,7 @@ let grabDocs = (auth, config, directory = null, filenames = null, useID = null)
127
127
  href = url.parse(aTag.attribs.href, true).query.q;
128
128
  }
129
129
 
130
- var str = '<a href="' + href + '">';
130
+ var str = '<a target="_blank" href="' + href + '">';
131
131
  str += tagHandlers._base(aTag);
132
132
  str += "</a>";
133
133
  return str;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.38",
3
+ "version": "1.4.39",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",