From 8bd0e1ff8f1d732716b4a670f477140489619c94 Mon Sep 17 00:00:00 2001 From: Tugrul Topuz Date: Fri, 3 May 2024 14:33:14 +0300 Subject: [PATCH] npm package format fix --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 75f0344..55b1085 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "types": "./dist/index.d.ts", "license": "MIT", "author": "Tuğrul Topuz ", - "repository": "https://github.com/tugrul/async-replace.git", + "repository": { + "type": "git", + "url": "git+https://github.com/tugrul/async-replace.git" + }, "devDependencies": { "@types/jest": "^29.0.0", "jest": "^28.1.3",