feat: send zap

This commit is contained in:
Shusui MOYATANI
2024-01-13 12:18:16 +09:00
parent 351111815d
commit 3d4eba023d
41 changed files with 3672 additions and 454 deletions

View File

@@ -12,6 +12,8 @@ const acceptableLicenses = [
'BSD-3-Clause',
'CC-BY-4.0',
'Unlicense',
// sha.js for polyfill
'(MIT AND BSD-3-Clause)',
];
const asyncLicenseChecker = (options) => {