From 03d84e96035f2c02d3df796d8aaffa5f1feb9a0a Mon Sep 17 00:00:00 2001 From: Jordan Klassen Date: Fri, 16 Sep 2016 12:00:44 -0700 Subject: [PATCH] add homepage, repository, issues links in package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 3c0a10f..1dd689f 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,14 @@ }, "author": "Cian Clarke", "license": "MIT", + "homepage": "https://github.com/cianclarke/sharepointer#readme", + "repository": { + "type": "git", + "url": "https://github.com/cianclarke/sharepointer.git" + }, + "bugs": { + "url": "https://github.com/cianclarke/sharepointer/issues" + }, "dependencies": { "agentkeepalive": ">=1.2.0", "async": "~0.2.9",