mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: remove js-green-licenses (#7201)
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2018 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Gulp tasks to check the licenses of Blockly dependencies.
|
||||
*/
|
||||
|
||||
const jsgl = require('js-green-licenses');
|
||||
|
||||
function checkLicenses() {
|
||||
const checker = new jsgl.LicenseChecker();
|
||||
checker.setDefaultHandlers();
|
||||
return checker.checkLocalDirectory('.');
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
// Manually-invokable targets, with prerequisites where required.
|
||||
checkLicenses: checkLicenses
|
||||
};
|
||||
Reference in New Issue
Block a user