From 867f78da130de31bf57526fe3493fdeff5730271 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 8 Jul 2021 16:48:41 +0200 Subject: [PATCH] Use valid SPDX licence in package.json The current specifier is not a valid SPDX expression, see https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license for options on how to declare dual-licensing. Given that the README states that the license is mirroring jQuery, I opted to just copy their value from https://github.com/jquery/jquery/blob/main/package.json#L25. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b4c38d..67d197b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "Marc Sutton (http://www.codev.co.uk)" ], "version": "1.9.0", - "license": "MIT/GPLv2", + "license": "MIT", "keywords": [ "dirty", "form", "onbeforeunload", "save", "check" ], "main": "jquery.are-you-sure.js", "engines": {