From bbe52c09abeafd79d38e44e42ffefc9d084bc9a0 Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Sat, 20 Jul 2024 20:38:40 +0200 Subject: [PATCH] chore: fix typo in package.json repository URL --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df35df5..fa6cc6f 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "license": "MIT", "author": "Masoud Ghorbani", "homepage": "https://github.com/msudgh/ovm", - "bugs": "https://github.com/w/ovm/issues", - "repository": "https://github.com/musdgh/ovm.git", + "bugs": "https://github.com/msudgh/ovm/issues", + "repository": "https://github.com/msudgh/ovm.git", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {