From 3c7eee100a303b938b5d74a18a8c4ec707a73c5a Mon Sep 17 00:00:00 2001 From: Casey Collier Date: Sun, 20 Jul 2025 12:46:19 -0400 Subject: [PATCH] fixed package name for npm registry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17390a0..0fc77fa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "typedfetch", + "name": "@catalystlabs/typedfetch", "version": "0.1.0", "description": "Type-safe HTTP client that doesn't suck - Fetch for humans who have shit to build", "type": "module",