citation-js 0.5.5 → 0.5.6

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/build/citation.js CHANGED
@@ -8468,6 +8468,8 @@ var Converters = {
8468
8468
  day = _date$dateParts$[2];
8469
8469
 
8470
8470
  return [year.toString(), month ? day ? "".concat(months[month - 1], " ").concat(day) : month : undefined];
8471
+ } else {
8472
+ return [];
8471
8473
  }
8472
8474
  }
8473
8475
  },