From 77ef55ef383349fc46c35ea086697047e63afa77 Mon Sep 17 00:00:00 2001 From: Daniel Cohen Date: Wed, 11 May 2016 12:19:53 +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 f919dcb..376755e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A simple Backbone undo-manager for simple apps", "homepage": "http://backbone.undojs.com", "keywords": "backbone, undo", - "license": "MIT license", + "license": "MIT", "main": "Backbone.Undo.js", "repository": { "type": "git",