From d20b41bbbeea89a46be96b5cb8043a75d54c04cd Mon Sep 17 00:00:00 2001 From: brandonw504 Date: Sun, 29 Jun 2025 16:17:20 -0700 Subject: [PATCH] Fixed package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2306882..c44171a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@include/stripe-checkout", + "name": "@includedavis/stripe-checkout", "version": "0.0.1", "description": "A simplified Stripe checkout integration for React and Next.js applications. Adapted from Winson Yu's easy-stripe-checkout.", "main": "dist/index.js",