From 7317fffa3eb210679f4e016a7473af1e23ca1900 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 10 Oct 2019 02:45:56 +0900 Subject: [PATCH] housekeeping: add homepage URL to package.json (#5652) can be useful for folks looking at the file after they've downloaded it. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 526a35bb..6315fece 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "swagger-ui", "version": "3.23.11", "main": "dist/swagger-ui.js", + "homepage": "https://github.com/swagger-api/swagger-ui", "repository": "git@github.com:swagger-api/swagger-ui.git", "contributors": [ "(in alphabetical order)",