single-file-cli 1.0.27 → 1.0.29

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.
package/args.js CHANGED
@@ -268,6 +268,7 @@ args.includeBOM = args.includeBom;
268
268
  args.crawlReplaceURLs = args.crawlReplaceUrls;
269
269
  args.crawlRemoveURLFragment = args.crawlRemoveUrlFragment;
270
270
  args.insertMetaCSP = args.insertMetaCsp;
271
+ args.saveOriginalURLs = args.saveOriginalUrls;
271
272
  if (args.removeScripts) {
272
273
  args.blockScripts = true;
273
274
  }