From 00e0d8e90a99b49ce767588f40ad38f236d6e554 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 21 Jul 2021 15:09:11 +0200 Subject: [PATCH] Fix package.json metadata --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e08cd1d..5d25d94 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "version": "1.0.2", "description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)", "author": "Konstantin Käfer ", - "licenses": [ { "type": "BSD" } ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/kkaefer/utf7" + }, "main": "./utf7",