From eaf4669853869a0ac04affb665ffacee3f0f647e Mon Sep 17 00:00:00 2001 From: v1rtl Date: Wed, 11 Sep 2024 18:31:48 +0300 Subject: [PATCH] fix repo url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af78e7d..b8b9e5c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "milliparsec", - "version": "4.0.0", + "version": "3.0.0", "description": "tiniest body parser in the universe", - "repository": "https://github.com/talentlessguy/parsec.git", - "author": "talentlessguy ", + "repository": "https://github.com/tinyhttp/parsec.git", + "author": "talentlessguy ", "license": "MIT", "types": "./dist/index.d.ts", "type": "module",