From 6960637b5ce20f717d853ef42d6d8132297ab64b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 22 Jul 2024 15:46:37 -0400 Subject: fix(publish): warn about missing license file (#24677) Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now. --- tests/specs/publish/jsr_jsonc/LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/specs/publish/jsr_jsonc/LICENSE (limited to 'tests/specs/publish/jsr_jsonc') diff --git a/tests/specs/publish/jsr_jsonc/LICENSE b/tests/specs/publish/jsr_jsonc/LICENSE new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3