From f88f1888eb56185185573ffc2e96ce9acd3147a5 Mon Sep 17 00:00:00 2001 From: Restu Haqqi Muzakir Date: Sun, 27 Oct 2019 12:27:05 +0700 Subject: [PATCH] update package.json --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79f65a5..cd8f8bf 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "digital-signature", - "version": "1.0.0", + "version": "1.0.1", "description": "Library for create and verify digital signature", "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/restuhaqza/digital-signature.git" + }, "scripts": { "test": "mocha --check-leaks --reporter spec --bail" }, @@ -10,6 +14,12 @@ "digital", "signature" ], + + "bugs": { + "url": "https://github.com/restuhaqza/digital-signature.git/issues" + }, + "homepage": "https://github.com/restuhaqza/digital-signature.git#readme", + "author": "@restuhaqza", "license": "MIT", "dependencies": {