From 671c2cd97edf20ea04199f0095f66cc9cbcfbcec Mon Sep 17 00:00:00 2001 From: Daniel Cohen Date: Wed, 4 May 2016 13:38:38 +0300 Subject: [PATCH] Format the license in package.json to match the SPDX standard As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 304fc2b..3ac9e3b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "injection" ], "author": "Alex Robson", - "license": "MIT License (http://opensource.org/licenses/MIT)", + "license": "MIT", "bugs": { "url": "https://github.com/LeanKit-Labs/fount/issues" },