From 1a8a2a6014c7c930e26b56104aa302e908fd2eac Mon Sep 17 00:00:00 2001 From: Ronny Toribio <130106273+ronny-toribio@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:05:28 -0500 Subject: [PATCH] feat: change package scope --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 750aa23..52807b2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "coffeeless-react-forms", + "name": "@cofp/coffeeless-react-forms", "description": "Form validation made easy for React apps", "version": "2.5.0", "main": "dist/index.js",