From 39bc0d9dc7b9077e84ea4c4f5fc7d33249a3df5f Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 11 Dec 2023 09:59:57 +0100 Subject: [PATCH] Add repository.url to `package.json` --- packages/voila/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/voila/package.json b/packages/voila/package.json index 28b6ac69e..13c9b9714 100644 --- a/packages/voila/package.json +++ b/packages/voila/package.json @@ -5,6 +5,10 @@ "author": "VoilĂ  contributors", "license": "BSD-3-Clause", "main": "lib/index.js", + "repository": { + "type": "git", + "url": "https://github.com/voila-dashboards/voila" + }, "browserslist": ">0.8%, not ie 11, not op_mini all, not dead", "dependencies": { "@jupyter-widgets/base": "^6.0.6",