From 4f87a5fae7e1b5438a8395e1413bec7a3eabbb20 Mon Sep 17 00:00:00 2001 From: froatsnook Date: Mon, 30 May 2016 20:16:22 +0200 Subject: [PATCH] Fix license field in package.json. This stops npm's complaining. --- npm/package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/npm/package.json b/npm/package.json index e0669e67..8d5e5877 100755 --- a/npm/package.json +++ b/npm/package.json @@ -28,12 +28,7 @@ "JOSE", "JWA" ], "author": "Kenji Urushima", - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/kjur/jsrsasign/master/LICENSE.txt" - } - ], + "license": "MIT", "bugs": { "url": "https://github.com/kjur/jsrsasign/issues" },