From bf66696770e00cb4e8a19af50c72c6ed9db81138 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 31 Aug 2017 11:16:28 -0700 Subject: [PATCH] correct license to be a valid SPDX license expression --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d46a63f29e..52a01023609 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "unit-node6": "jasmine node6-test/test.js" }, "author": "The Chromium Authors", - "license": "Apache License 2.0", + "license": "Apache-2.0", "dependencies": { "debug": "^2.6.8", "extract-zip": "^1.6.5",