From 470ab9c1893f1a5086dddb884f53b70605b3c17c Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Tue, 28 Jun 2016 10:04:32 -0700 Subject: [PATCH] Add repository and bug links to show up on npmjs.org --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a4c371..e04b0a8 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,13 @@ "minimist": "^1.2.0", "object-assign": "^4.1.0", "open": "0.0.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/mapbox/mbview.git" + }, + "bugs": { + "url": "https://github.com/mapbox/mbview/issues" + }, + "homepage": "https://github.com/mapbox/mbview#readme" }