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",