diff --git a/bcd.js b/bcd.js index 4340da5..3681f42 100644 --- a/bcd.js +++ b/bcd.js @@ -143,7 +143,9 @@ class BCD { versions.push('Not supported'); } } - return versions.join(', '); + // TODO: Figure out whether this needs to return a string or an array. + // return versions.join(', '); + return versions; } getBrowsers(key, trunk = 'api') {