From 1241478006e83c89344b4616f3aecb498928f9bf Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 18 Nov 2018 23:12:28 +0000 Subject: [PATCH] Fix license field in package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 4594c7b..4a797d8 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,7 @@ "base58, flickr" ], "description": "Flickr Flavored Base58 Encoding and Decoding", - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md" - } - ], + "license": "MIT", "author": { "name": "Jim Myhrberg", "email": "contact@jimeh.me"