From aad85bc0a0a62f2c5582e183300f1229fa8a13fa Mon Sep 17 00:00:00 2001 From: githubbbie Date: Mon, 5 Jun 2023 15:38:24 +0800 Subject: [PATCH] Changed license to SPDX compatible field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eb4fed..2fa2f5a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "license": "http://www.wtfpl.net/txt/copying/", + "license": "WTFPL", "dependencies": { "async-mutex": "^0.3.2", "esbuild": "^0.14.11",