From c09f6fc96cbb3c4ca3f41452716eac265e8b77bd Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 27 Nov 2024 05:36:22 +0200 Subject: [PATCH] license under WTFPL --- deno.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deno.json b/deno.json index 9188c6a..0c30d45 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,6 @@ { "name": "@char/ngx", "version": "0.2.0", + "license": "WTFPL", "exports": "./ngx.ts" }