From 7900d08aa16f7cccd6d7113af0ea29e075cfbf55 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 23 Mar 2020 13:42:09 -0700 Subject: [PATCH] Add `homepage` and `bugs` properties to package.json and update `repository` --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ecffecb26..33d42c3d3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "2.17.2", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", - "repository": "openstreetmap/iD", + "repository": "github:openstreetmap/iD", + "homepage": "https://github.com/openstreetmap/iD", + "bugs": "https://github.com/openstreetmap/iD/issues", "keywords": [ "editor", "openstreetmap"