From 85961b115e0d1efa1e9b309f5dbb07650e7c67e7 Mon Sep 17 00:00:00 2001 From: Nur Rony Date: Tue, 9 Jan 2024 01:13:56 +0600 Subject: [PATCH] chore(package): update repo url in package.json --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7b44e78..c5b9a03 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,7 @@ }, "license": "MIT", "name": "hlsdownloader", - "repository": { - "type": "git", - "url": "https://github.com/nurrony/hlsdownloader.git" - }, + "repository": "git+https://github.com/nurrony/hlsdownloader.git", "scripts": { "semantic-release": "semantic-release", "prepublishOnly": "npm run build", @@ -67,7 +64,7 @@ "next" ] }, - "version": "0.0.0-semantic-release", + "version": "3.0.0", "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3",