From 2c434252eba2b9c3a61bca9ff8bd10c90b611df8 Mon Sep 17 00:00:00 2001 From: Jilvin Jacob Date: Thu, 12 Mar 2020 17:33:04 +0530 Subject: [PATCH] Move to current SPDX license identifier Move to the current SPDX license identifier for Apache-2.0 . Helps tools in identifying license used by the package easily. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fb31dd..2c7d0c1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "text.min.js", "repository": "https://github.com/samthor/fast-text-encoder.git", "author": "Sam Thorogood ", - "license": "Apache-2", + "license": "Apache-2.0", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.0"