update package.json so project and script name match

This commit is contained in:
lucas-neynar 2025-03-13 16:18:53 -07:00
parent ab05215d65
commit ce5483a8e1
No known key found for this signature in database

View File

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