From ce5483a8e1957dc8cd28c300f2031ed2d40e380b Mon Sep 17 00:00:00 2001 From: lucas-neynar Date: Thu, 13 Mar 2025 16:18:53 -0700 Subject: [PATCH] update package.json so project and script name match --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6edad36..c7be931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frames-v2-demo", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "files": [ "bin/index.js" @@ -21,7 +21,7 @@ "lint": "next lint" }, "bin": { - "test-frames-v2-quickstart": "./bin/index.js" + "frames-v2-demo": "./bin/index.js" }, "dependencies": { "@farcaster/auth-kit": "^0.6.0",