From a13d7dd3af61cf438f40f5915ae0ce5a7d6841f7 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 29 Jul 2024 18:28:01 +0200 Subject: [PATCH] [INTERNAL] licensee: Add exception for new deps All three packages are licensed under the MIT license, but the package.json file is missing the license field. PRs to add the license field have already been opened for all three packages. --- .licensee.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.licensee.json b/.licensee.json index e14c1295..db23498d 100644 --- a/.licensee.json +++ b/.licensee.json @@ -8,6 +8,9 @@ "blueOak": "bronze" }, "packages": { + "atomically": "2.0.3", + "stubborn-fs": "1.2.5", + "when-exit": "2.1.3", "callsite": "1.0.0", "yesno": "0.4.0" },