From f5c75df0feb24df8059fdca3316231f01bf129dc Mon Sep 17 00:00:00 2001 From: Cody Bromley Date: Sat, 3 Aug 2024 23:36:58 -0500 Subject: [PATCH] update npm package name to "@codybrom/denim" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4844913..361c37e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "denim", + "name": "@codybrom/denim", "version": "1.0.2", "description": "Typescript/Deno module to simplify posting to Threads with text, images, or videos", "main": "mod.ts",