From 8b8dc76af3e65c63e3b70e2e5cf22e77cb5b076a Mon Sep 17 00:00:00 2001 From: Christian Zommerfelds Date: Thu, 9 Feb 2017 16:17:09 -0500 Subject: [PATCH] Use valid SPDX license ID https://docs.npmjs.com/files/package.json#license --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6302856..6559957 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,5 @@ } }, "main": "./index.js", - "license": "Apache, Version 2.0" -} \ No newline at end of file + "license": "Apache-2.0" +}