From 965464a247c1c364e5611b49972ce0f729ad53e3 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Fri, 14 May 2021 11:05:55 +0200 Subject: [PATCH] chore: fix license to be valid SPDX --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 9a6b9e7..8426a21 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,7 @@ "email": "mikeywbrooks@gmail.com", "url": "http://github.com/mwbrooks" }], - "licenses": [{ - "type": "Apache 2.0" - }], + "license": "Apache-2.0", "main": "./lib/main", "bin": { "qrcode-terminal": "./bin/qrcode-terminal.js"