From 97bc8ea44b1cb813a068e62b44430456f36a7f1d Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sat, 15 Dec 2018 01:37:16 +0100 Subject: [PATCH] Use SPDX-compatible license name The proper string for the Apache version 2.0 license is "Apache-2.0". See https://spdx.org/licenses/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77b6919..a2f7ae1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "plugins" ], "author": "Steve Gill", - "license": "Apache version 2.0", + "license": "Apache-2.0", "devDependencies": { "tape": "^3.5.0" }