UNPKG

flying-squid

Version:
7 lines (6 loc) 264 B
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5'] module.exports = { testedVersions, latestSupportedVersion: testedVersions[testedVersions.length - 1], oldestSupportedVersion: testedVersions[0] }