From 47e010a396a2d0a81000f26a2ec0ef1a0552033d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:44:08 +0100 Subject: [PATCH] Correct Apache license syntax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b5e75e..88f1742 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,5 @@ "docs" ], "author": "Johannes Amorosa", - "license": "Apache 2.0" + "license": "Apache-2.0" }