From 376c3a83c68880f03a5ee81dc678fc33e2cf6e23 Mon Sep 17 00:00:00 2001 From: Luis Lobo Borobia Date: Tue, 30 Jul 2019 19:25:48 -0500 Subject: [PATCH] Add repository so that link to github appears in npmjs.com Add repository so that link to github appears in npmjs.com --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index a636dde..4069985 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ "scripts": { "test": "node_modules/.bin/mocha test/test.js" }, + "repository": { + "type": "git", + "url": "https://github.com/pdffillerjs/pdffiller.git" + }, "keywords": [ "nodejs", "pdftk",