From bdb9efa03344ee1108cff829020b398313886411 Mon Sep 17 00:00:00 2001 From: Ivan Latunov Date: Fri, 26 May 2017 11:20:04 +0300 Subject: [PATCH] Fix `license` field to conform to SPDX --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a656192..a42a343 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ {"name" : "Alan Gutierrez","email" : "alan@prettyrobots.com","web" : "http://www.prettyrobots.com/"} ], "bugs": {"email": "jindw@xidea.org","url": "http://github.com/jindw/xmldom/issues"}, - "license": "(LGPL-2.0 or MIT)" + "license": "(LGPL-2.0 OR MIT)" }