From d9bdedade405b34044b0fba86ec1013c800c9d1a Mon Sep 17 00:00:00 2001 From: Jingying Gu Date: Thu, 1 Sep 2022 19:07:56 +0800 Subject: [PATCH] Update package.json to include the repository (#27) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1ca4f94..1c968c0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "karma": "node_modules/karma/bin/karma start", "prepublish": "npm run test && npm run build" }, + "repository": { + "type": "git", + "url": "https://github.com/adobe/react-webcomponent.git" + }, "files": [ "dist/index.js" ],