From db06aa4544a0a2140965ce96f0ceaa540d8d9326 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Tue, 30 Jan 2024 22:18:07 +0000 Subject: [PATCH] chore: add url --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index be304ec..e6100ff 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "wdio-ctrf-json-reporter", "version": "0.0.1", "description": "", + "repository": { + "type": "git", + "url": "git+https://github.com/Ma11hewThomas/wdio-ctrf-json-reporter.git" + }, "main": "dist/index.js", "scripts": { "build": "tsc",