From 32151d3100a4ee5a71d9ef40eb6274192032af3e Mon Sep 17 00:00:00 2001 From: rejas Date: Sun, 13 Mar 2022 22:23:18 +0100 Subject: [PATCH] Fix license field in package json npm complains about the verbose string for the gpl-2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 263d8736d..2e5703886 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.4.6", "description": "Blockly and Arduino coding standalone App for Otto DIY robot", "author": "Otto DIY and Builder community", - "license": "GNU General Public License v2.0", + "license": "GPL-2.0", "main": "electronApp.js", "keywords": [ "blockly",