From 609ca6c3d82548f29465c955557a7a336d920ccd Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:18:22 +0100 Subject: [PATCH] fix: Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e138600..3d98d48 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/codecept-js/examples.git" + "url": "git+https://github.com/codeceptjs/examples.git" }, "bugs": { - "url": "https://github.com/codecept-js/examples/issues" + "url": "https://github.com/codeceptjs/examples.git/issues" }, - "homepage": "https://github.com/codecept-js/examples#readme", + "homepage": "https://github.com/codeceptjs/examples.git#readme", "description": "", "devDependencies": { "@codeceptjs/configure": "^0.5.0",