From 5fc1765b4817f37a898991c6e42c59faea1f40c2 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Thu, 4 Jan 2018 12:03:21 +0100 Subject: [PATCH] chore: add missing repository links The GitHub link of the package is not shown in the npm page : https://www.npmjs.com/package/x-ray-crawler Adding these informations fixes this issue. --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dcb8776..13c4e79 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "test": "jest", "test:watch": "npm test -- --watch" }, + "repository": { + "type": "git", + "url": "git+https://github.com/lapwinglabs/x-ray-crawler.git" + }, "keywords": [ "x-ray", "crawler", @@ -33,5 +37,9 @@ "scraper" ], "author": "Matthew Mueller", - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/lapwinglabs/x-ray-crawler/issues" + }, + "homepage": "https://github.com/lapwinglabs/x-ray-crawler#readme" }