From 430edad1b83df432b7e82debbe67cce981ea2995 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 2 Jul 2019 16:52:27 +0200 Subject: [PATCH] Updated package information --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 061643e..2dc0f9f 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,21 @@ { "name": "kredits-ipfs-pinner", "version": "1.0.0", - "description": "", + "description": "Tool to pin IPFS data of a kredits organization on a connected IPFS node.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { - "kredits-ipfs-pinner": "index.js" + "kredits-ipfs-pinner": "./index.js" }, - "author": "", + "author": [ + { + "name": "Michael Bumann", + "email": "hello@michaelbumann.com", + "url": "https://michaelbumann.com" + } + ], "license": "MIT", "dependencies": { "kredits-contracts": "^5.4.0",