From 60f191dab893c76f57ba51e8ecc233a8d63ef5ef Mon Sep 17 00:00:00 2001 From: Orange Mi Date: Wed, 19 Apr 2017 15:48:45 +0800 Subject: [PATCH] add repo info and issues info --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index e08cd1d..a25afc6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "utf7", "version": "1.0.2", "description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)", + "repository" : { + "type": "git", + "url": "https://github.com/kkaefer/utf7" + }, + "bugs": { + "url": "https://github.com/kkaefer/utf7/issues" + }, "author": "Konstantin Käfer ", "licenses": [ { "type": "BSD" } ],