From f479f8a10305ae83a7a5bc3209359f27c7c3bcdd Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:59:48 +0530 Subject: [PATCH] chore: remove glob from js-green-licenses allow list --- js-green-licenses.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js-green-licenses.json b/js-green-licenses.json index 69eb4a4d..326e6cd1 100644 --- a/js-green-licenses.json +++ b/js-green-licenses.json @@ -1,8 +1,5 @@ { "greenLicenses": [ "BlueOak" - ], - "packageAllowlist": [ - "glob" - ] + ] }