From 0f3c950618ce6661055c6b8366925b9019535b6d Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 13 Nov 2019 19:43:57 +0100 Subject: [PATCH] fix: use valid spdx license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 858cab8..74529c6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "gl-matrix's mat2, split into smaller pieces", "main": "index.js", "license": { - "type": "zlib", + "type": "Zlib", "url": "https://github.com/gl-modules/gl-mat2/blob/master/LICENSE.md" }, "scripts": {