From b39c4a5f3f843697800014df87062604cc2b7595 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 20 Dec 2018 14:17:51 +0000 Subject: [PATCH] add repo to package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 6860a29..d3ff262 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,14 @@ }, "author": "Alex Potsides ", "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/achingbrain/pull-buffer-stream.git" + }, + "bugs": { + "url": "https://github.com/achingbrain/pull-buffer-stream/issues" + }, + "homepage": "https://github.com/achingbrain/pull-buffer-stream#readme", "devDependencies": { "ava": "^0.25.0", "coveralls": "^3.0.2",