From d9cd0c147a71a78a7b3d142bc33714c4e214a534 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sat, 10 Oct 2020 23:41:53 +0200 Subject: [PATCH] fix spdx license string --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dce09fe..fb7e859 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version" : "1.6.0", "description" : "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read UAX #15 Unicode Normalization Forms.", "author": "Bjarke Walling ", - "license": "MIT or GPL-2.0", + "license": "(MIT or GPL-2.0)", "contributors": [ { "name": "Bjarke Walling", "email": "bwp@bwp.dk" }, { "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi" },